Skip to content

Commit

Permalink
Add eccovjson as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Jan 26, 2024
1 parent f2c0bcb commit 749a624
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ dependencies:
- git+https://github.com/ecmwf/multiurl
- git+https://github.com/ecmwf/pyfdb
- ecmwf-opendata>=0.1.2
- polytope-client>=0.7.1
- polytope-client>=0.7.2
- earthkit-meteo>=0.0.1
- eccovjson>=0.0.1
- eccovjson>=0.0.5
- tqdm
- markdown
- make
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ install_requires =
eccodes>=1.5.0
ecmwf-api-client>=1.6.1
ecmwf-opendata>=0.1.2
polytope-client>=0.7.1
polytope-client>=0.7.2
dask
entrypoints
filelock
Expand All @@ -44,7 +44,7 @@ install_requires =
xarray>=0.19.0
earthkit-meteo>=0.0.1
aws-requests-auth
eccovjson>=0.0.1
eccovjson>=0.0.5
include_package_data = True

[options.packages.find]
Expand Down
4 changes: 2 additions & 2 deletions tests/downstream-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cfgrib>=0.9.10.1
eccodes>=1.5.0
ecmwf-api-client>=1.6.1
ecmwf-opendata>=0.1.2
polytope-client>=0.7.1
polytope-client>=0.7.2
dask
entrypoints
filelock
Expand All @@ -23,7 +23,7 @@ earthkit-meteo>=0.0.1
git+https://github.com/ecmwf/earthkit-data-demo-source
geopandas
cartopy
eccovjson>=0.0.1
eccovjson>=0.0.5
# for testing
pytest
pytest-cov
Expand Down
4 changes: 2 additions & 2 deletions tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ dependencies:
- git+https://github.com/ecmwf/multiurl
- git+https://github.com/ecmwf/pyfdb
- ecmwf-opendata>=0.1.2
- polytope-client>=0.7.1
- polytope-client>=0.7.2
- earthkit-meteo>=0.0.1
- git+https://github.com/ecmwf/earthkit-data-demo-source
- eccovjson>=0.0.1
- eccovjson>=0.0.5
- tqdm
- markdown
- make
Expand Down

0 comments on commit 749a624

Please sign in to comment.