adding xlrd to anaconda envs for pandas/excel compatibility

This commit is contained in:
2019-11-07 11:19:35 +01:00
parent 083a95b3af
commit 03cc1e648c
4 changed files with 4 additions and 0 deletions
@@ -5,6 +5,7 @@ channels:
dependencies: dependencies:
- python=3.6 - python=3.6
- pandas - pandas
- xlrd
- numpy - numpy
- scipy - scipy
- scikit-learn - scikit-learn
@@ -5,6 +5,7 @@ channels:
dependencies: dependencies:
- python=3.7 - python=3.7
- pandas - pandas
- xlrd
- numpy - numpy
- scipy - scipy
- scikit-learn - scikit-learn
@@ -4,6 +4,7 @@ channels:
dependencies: dependencies:
- python=3.6 - python=3.6
- pandas - pandas
- xlrd
- numpy - numpy
- scipy - scipy
- scikit-learn - scikit-learn
@@ -5,6 +5,7 @@ channels:
dependencies: dependencies:
- python=3.6 - python=3.6
- pandas - pandas
- xlrd
- numpy - numpy
- scipy - scipy
- scikit-learn - scikit-learn