Skip to content

Commit cbdf1c9

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

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
### Internal Changes
1616
* update IPFS version in CI to 0.23.0 to improve access times and make weekly_test more reliable (#149). By [Hauke Schulz](https://github.com/observingClouds)
1717
* add citation recommendations (#155). By [Hauke Schulz](https://github.com/observingClouds)
18+
* install dependencies via python eurec4a package. By [Tobias Kölling](https://github.com/d70-t)
1819

1920
## 1.0.0
2021

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)