Skip to content

Commit

Permalink
remove xlrd dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed May 24, 2020
1 parent e10c58c commit 7184082
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion ci/environment-conda-default.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
numpy
pandas
pyyaml
xlrd
six
requests
jupyter
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
'pandas>=0.25.0',
'pint',
'PyYAML',
'xlrd',
'matplotlib<=3.0.2',
'seaborn',
'six',
Expand Down

0 comments on commit 7184082

Please sign in to comment.