From 718408224519813d72dee0f461cdd6372efdc5f7 Mon Sep 17 00:00:00 2001 From: Daniel Huppmann Date: Sun, 24 May 2020 08:16:51 +0200 Subject: [PATCH] remove xlrd dependency --- appveyor.yml | 2 +- ci/environment-conda-default.txt | 1 - setup.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index acabc89cf..a4d596119 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -24,7 +24,7 @@ install: - conda create -n testing python="%PYTHON_VERSION%" --yes - conda --version - activate testing - - conda install -y numpy pandas pyyaml xlrd seaborn==0.9.0 six requests jupyter nbconvert proj4==5.2.0 pywin32 + - conda install -y numpy pandas pyyaml seaborn==0.9.0 six requests jupyter nbconvert proj4==5.2.0 pywin32 - conda install -y -c conda-forge matplotlib==3.0.2 pyproj==1.9.6 build: false diff --git a/ci/environment-conda-default.txt b/ci/environment-conda-default.txt index 08dc73dce..5df6f0047 100644 --- a/ci/environment-conda-default.txt +++ b/ci/environment-conda-default.txt @@ -1,7 +1,6 @@ numpy pandas pyyaml -xlrd six requests jupyter diff --git a/setup.py b/setup.py index 8f9bb9310..90ea8b5d3 100755 --- a/setup.py +++ b/setup.py @@ -26,7 +26,6 @@ 'pandas>=0.25.0', 'pint', 'PyYAML', - 'xlrd', 'matplotlib<=3.0.2', 'seaborn', 'six',