Skip to content

Commit

Permalink
Merge pull request #162 from d70-t/pyeurec4a
Browse files Browse the repository at this point in the history
install dependencies via python eurec4a package
  • Loading branch information
observingClouds authored Mar 15, 2024
2 parents ec4f141 + cbdf1c9 commit 6a01707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
### Internal Changes
* 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)
* add citation recommendations (#155). By [Hauke Schulz](https://github.com/observingClouds)
* install dependencies via python eurec4a package. By [Tobias Kölling](https://github.com/d70-t)

## 1.0.0

Expand Down
12 changes: 1 addition & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1 @@
# the most recent version of intake-xarray (v3.2.2) only supports the OPeNDAP
# servers by URS and ESGF, the fork bellow allows for connecting to general OPeNDAP servers
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
xarray
zarr
fsspec>=0.7.4
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
s3fs
ipfsspec
requests
intake-xarray>=0.3.2
eurec4a[data]>=0.0.6

0 comments on commit 6a01707

Please sign in to comment.