Skip to content

Commit 477430a

Browse files
committed
install dependencies via python eurec4a package
1 parent ec4f141 commit 477430a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

requirements.txt

+1-11
Original file line numberDiff line numberDiff line change
@@ -1,11 +1 @@
1-
# the most recent version of intake-xarray (v3.2.2) only supports the OPeNDAP
2-
# servers by URS and ESGF, the fork bellow allows for connecting to general OPeNDAP servers
3-
intake<2.0.0 # since intake 0.6.1 to_dask() doesn't work anymore without the [dataframe] specification due to a missing msgpack dependency
4-
xarray
5-
zarr
6-
fsspec>=0.7.4
7-
netcdf4!=1.5.4,!=1.5.5,!=1.5.5.1,!=1.6.0,!=1.6.1,!=1.6.2,!=1.6.3,!=1.6.4 # this is due to https://github.com/Unidata/netcdf4-python/issues/1052 and a CURL error in 1.6.0 (https://github.com/Unidata/netcdf-c/issues/2459) and https://github.com/eurec4a/eurec4a-intake/issues/121
8-
s3fs
9-
ipfsspec
10-
requests
11-
intake-xarray>=0.3.2
1+
eurec4a[data]>=0.0.6

0 commit comments

Comments
 (0)