Skip to content

Commit 4a99abc

Browse files
committed
Add xlrd to the environment
1 parent 9620ef2 commit 4a99abc

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ dependencies:
1616
- seaborn
1717
- shapely
1818
- sqlalchemy
19+
- xlrd

python_for_data_science_linux64_conda_specs.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@EXPLICIT
55
https://repo.anaconda.com/pkgs/main/linux-64/_libgcc_mutex-0.1-main.conda
66
https://repo.anaconda.com/pkgs/main/linux-64/blas-1.0-mkl.conda
7-
https://conda.anaconda.org/conda-forge/linux-64/ca-certificates-2019.9.11-hecc5488_0.tar.bz2
7+
https://repo.anaconda.com/pkgs/main/linux-64/ca-certificates-2019.10.16-0.tar.bz2
88
https://repo.anaconda.com/pkgs/main/linux-64/intel-openmp-2019.4-243.conda
99
https://repo.anaconda.com/pkgs/main/linux-64/libgfortran-ng-7.3.0-hdf63c60_0.conda
1010
https://repo.anaconda.com/pkgs/main/linux-64/libstdcxx-ng-9.1.0-hdf63c60_0.conda
@@ -27,7 +27,7 @@ https://repo.anaconda.com/pkgs/main/linux-64/libuuid-1.0.3-h1bed415_2.conda
2727
https://repo.anaconda.com/pkgs/main/linux-64/libxcb-1.13-h1bed415_1.conda
2828
https://repo.anaconda.com/pkgs/main/linux-64/lz4-c-1.8.1.2-h14c3975_0.conda
2929
https://repo.anaconda.com/pkgs/main/linux-64/ncurses-6.1-he6710b0_1.conda
30-
https://conda.anaconda.org/conda-forge/linux-64/openssl-1.1.1d-h516909a_0.tar.bz2
30+
https://repo.anaconda.com/pkgs/main/linux-64/openssl-1.1.1d-h7b6447c_3.tar.bz2
3131
https://repo.anaconda.com/pkgs/main/linux-64/pcre-8.43-he6710b0_0.conda
3232
https://repo.anaconda.com/pkgs/main/linux-64/pixman-0.38.0-h7b6447c_0.conda
3333
https://repo.anaconda.com/pkgs/main/linux-64/tbb-2018.0.5-h6bb024c_0.conda
@@ -66,7 +66,7 @@ https://repo.anaconda.com/pkgs/main/linux-64/python-3.7.5-h0371630_0.conda
6666
https://repo.anaconda.com/pkgs/main/noarch/attrs-19.3.0-py_0.tar.bz2
6767
https://repo.anaconda.com/pkgs/main/linux-64/backcall-0.1.0-py37_0.conda
6868
https://repo.anaconda.com/pkgs/main/linux-64/cairo-1.14.12-h8948797_3.conda
69-
https://conda.anaconda.org/conda-forge/linux-64/certifi-2019.9.11-py37_0.tar.bz2
69+
https://repo.anaconda.com/pkgs/main/linux-64/certifi-2019.9.11-py37_0.tar.bz2
7070
https://repo.anaconda.com/pkgs/main/linux-64/cfitsio-3.470-hb7c8383_2.conda
7171
https://conda.anaconda.org/conda-forge/linux-64/chardet-3.0.4-py37_1003.tar.bz2
7272
https://repo.anaconda.com/pkgs/main/linux-64/click-7.0-py37_0.conda
@@ -110,6 +110,7 @@ https://conda.anaconda.org/conda-forge/noarch/toolz-0.10.0-py_0.tar.bz2
110110
https://repo.anaconda.com/pkgs/main/linux-64/tornado-6.0.3-py37h7b6447c_0.conda
111111
https://repo.anaconda.com/pkgs/main/linux-64/wcwidth-0.1.7-py37_0.conda
112112
https://repo.anaconda.com/pkgs/main/linux-64/webencodings-0.5.1-py37_1.conda
113+
https://repo.anaconda.com/pkgs/main/linux-64/xlrd-1.2.0-py37_0.conda
113114
https://repo.anaconda.com/pkgs/main/linux-64/beautifulsoup4-4.8.1-py37_0.tar.bz2
114115
https://conda.anaconda.org/conda-forge/linux-64/cffi-1.13.2-py37h8022711_0.tar.bz2
115116
https://repo.anaconda.com/pkgs/main/noarch/click-plugins-1.1.1-py_0.tar.bz2

source-code/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ to create it. There is some material not covered in the presentation as well.
88
* Python version: at least 3.6
99
* Packages (names listed that can be used with `pip` or `conda` to install):
1010
* pandas
11+
* xlrd
1112
* seaborn
1213
* holoviews
1314
* sqlalchemy

0 commit comments

Comments
 (0)