Skip to content

Commit 630db0b

Browse files
committed
Add xarray to conda environment
1 parent 45bbefd commit 630db0b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

environment.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ dependencies:
1414
- brotli=1.0.9=he6710b0_2
1515
- brotlipy=0.7.0=py37h27cfd23_1003
1616
- bzip2=1.0.8=h7b6447c_0
17-
- ca-certificates=2020.10.14=0
17+
- ca-certificates=2020.12.8=h06a4308_0
1818
- cairo=1.14.12=h8948797_3
19-
- certifi=2020.11.8=py37h06a4308_0
19+
- certifi=2020.12.5=py37h06a4308_0
2020
- cffi=1.14.0=py37h2e261b9_0
2121
- chardet=3.0.4=py37h06a4308_1003
2222
- charls=2.1.0=he6710b0_2
@@ -116,7 +116,7 @@ dependencies:
116116
- olefile=0.46=py37_0
117117
- opencv=3.4.2=py37h6fd60c2_1
118118
- openjpeg=2.3.0=h05c96fa_1
119-
- openssl=1.1.1h=h7b6447c_0
119+
- openssl=1.1.1i=h27cfd23_0
120120
- packaging=20.7=pyhd3eb1b0_0
121121
- pandas=1.1.3=py37he6710b0_0
122122
- pandoc=2.11=hb0f4dca_0
@@ -174,6 +174,7 @@ dependencies:
174174
- webencodings=0.5.1=py37_1
175175
- wheel=0.36.0=pyhd3eb1b0_0
176176
- widgetsnbextension=3.5.1=py37_0
177+
- xarray=0.16.2=pyhd3eb1b0_0
177178
- xlrd=1.2.0=py37_0
178179
- xz=5.2.5=h7b6447c_0
179180
- yaml=0.2.5=h7b6447c_0

scientific_python_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://repo.anaconda.com/pkgs/main/linux-64/ca-certificates-2020.10.14-0.conda
7+
https://repo.anaconda.com/pkgs/main/linux-64/ca-certificates-2020.12.8-h06a4308_0.conda
88
https://repo.anaconda.com/pkgs/main/linux-64/intel-openmp-2020.2-254.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
@@ -35,7 +35,7 @@ https://repo.anaconda.com/pkgs/main/linux-64/lz4-c-1.9.2-heb0550a_3.conda
3535
https://repo.anaconda.com/pkgs/main/linux-64/lzo-2.10-h7b6447c_2.conda
3636
https://repo.anaconda.com/pkgs/main/linux-64/ncurses-6.2-he6710b0_1.conda
3737
https://repo.anaconda.com/pkgs/main/linux-64/nodejs-10.13.0-he6710b0_0.conda
38-
https://repo.anaconda.com/pkgs/main/linux-64/openssl-1.1.1h-h7b6447c_0.conda
38+
https://repo.anaconda.com/pkgs/main/linux-64/openssl-1.1.1i-h27cfd23_0.conda
3939
https://repo.anaconda.com/pkgs/main/linux-64/pcre-8.44-he6710b0_0.conda
4040
https://repo.anaconda.com/pkgs/main/linux-64/pixman-0.40.0-h7b6447c_0.conda
4141
https://repo.anaconda.com/pkgs/main/linux-64/snappy-1.1.8-he6710b0_0.conda
@@ -71,7 +71,7 @@ https://repo.anaconda.com/pkgs/main/linux-64/async_generator-1.10-py37h28b3542_0
7171
https://repo.anaconda.com/pkgs/main/noarch/attrs-20.3.0-pyhd3eb1b0_0.conda
7272
https://repo.anaconda.com/pkgs/main/noarch/backcall-0.2.0-py_0.conda
7373
https://repo.anaconda.com/pkgs/main/linux-64/cairo-1.14.12-h8948797_3.conda
74-
https://repo.anaconda.com/pkgs/main/linux-64/certifi-2020.11.8-py37h06a4308_0.conda
74+
https://repo.anaconda.com/pkgs/main/linux-64/certifi-2020.12.5-py37h06a4308_0.conda
7575
https://repo.anaconda.com/pkgs/main/linux-64/chardet-3.0.4-py37h06a4308_1003.conda
7676
https://repo.anaconda.com/pkgs/main/noarch/cloudpickle-1.6.0-py_0.conda
7777
https://repo.anaconda.com/pkgs/main/noarch/decorator-4.4.2-py_0.conda
@@ -181,3 +181,4 @@ https://repo.anaconda.com/pkgs/main/noarch/tifffile-2020.11.26-pyhd3eb1b0_0.cond
181181
https://repo.anaconda.com/pkgs/main/linux-64/opencv-3.4.2-py37h6fd60c2_1.conda
182182
https://repo.anaconda.com/pkgs/main/linux-64/pytables-3.4.4-py37ha205bf6_0.conda
183183
https://repo.anaconda.com/pkgs/main/linux-64/scikit-image-0.17.2-py37hdf5156a_0.conda
184+
https://repo.anaconda.com/pkgs/main/noarch/xarray-0.16.2-pyhd3eb1b0_0.conda

0 commit comments

Comments
 (0)