From 776b46b8d1b314f1c526c5a6d50678c2142d3cf8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Matigot?= Date: Thu, 24 Dec 2020 14:48:43 +0100 Subject: [PATCH] ci: pin xlrd version to <2 temporarily. When pandas 1.2.0 is out, try with xlrd 2 + openpyxl (#38) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e4957e9a..459883a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,7 +6,7 @@ long-description-content-type = text/markdown; charset=UTF-8 author = Toucan Toco author_email = dev@toucantoco.com url = https://github.com/ToucanToco/peakina -version = 0.5.4 +version = 0.5.5 license = BSD classifiers= Intended Audience :: Developers @@ -30,7 +30,7 @@ install_requires = s3fs==0.4.0 tables urllib3 - xlrd + xlrd<2 # when pandas 1.2.0 is out, try with xlrd 2 + openpyxl ? xmltodict [options.packages.find]