Skip to content

Commit

Permalink
Merge pull request #24 from ecmwf/feature/update-component-versions
Browse files Browse the repository at this point in the history
Feature/update component versions
  • Loading branch information
sandorkertesz authored Feb 23, 2024
2 parents 5aa8a4e + 1906c5f commit c858a79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ channels:
- conda-forge
- nodefaults
dependencies:
- earthkit-data>=0.5.1
- earthkit-data>=0.5.4
- geos
- pip:
- earthkit-maps>=0.0.13
- earthkit-maps>=0.0.14
- earthkit-meteo>=0.0.1
- earthkit-plots>=0.0.6
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ test_suite = tests
python-requires = >=3.8
packages = find_namespace:
install_requires =
earthkit-data>=0.5.1
earthkit-maps>=0.0.13
earthkit-data>=0.5.4
earthkit-maps>=0.0.14
earthkit-meteo>=0.0.1
earthkit-plots>=0.0.6

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 @@ -8,7 +8,7 @@ dependencies:
- pytest-cov
- geos
- pip:
- earthkit-data>=0.5.1
- earthkit-maps>=0.0.13
- earthkit-data>=0.5.4
- earthkit-maps>=0.0.14
- earthkit-meteo>=0.0.1
- earthkit-plots>=0.0.6

0 comments on commit c858a79

Please sign in to comment.