Skip to content

Commit

Permalink
Merge pull request #64 from ecmwf/feature/update-versions
Browse files Browse the repository at this point in the history
Update version for:
- earthkit-data 0.10.0
- earthkit-plots 0.2.0
- earthkit-meteo 0.1.1

Removes restriction on numpy version.
  • Loading branch information
sandorkertesz authored Sep 3, 2024
2 parents 3330ce5 + 5fdd027 commit 12ca9f1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
7 changes: 3 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ channels:
- conda-forge
- nodefaults
dependencies:
- numpy<2.0.0
- earthkit-data>=0.9.4
- earthkit-data>=0.10.0
- geos
- pip:
- earthkit-maps>=0.0.19
- earthkit-geo>=0.2.0
- earthkit-meteo>=0.1.0
- earthkit-plots>=0.1.2
- earthkit-meteo>=0.1.1
- earthkit-plots>=0.2.0
- earthkit-regrid>=0.3.2
- earthkit-transforms>=0.3.3
7 changes: 3 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,11 @@ classifiers = [
"Operating System :: OS Independent"
]
dependencies = [
"numpy<2.0.0",
"earthkit-data[all]>=0.9.4",
"earthkit-data[all]>=0.10.0",
"earthkit-geo>=0.2.0",
"earthkit-maps>=0.0.19",
"earthkit-meteo>=0.1.0",
"earthkit-plots>=0.1.2",
"earthkit-meteo>=0.1.1",
"earthkit-plots>=0.2.0",
"earthkit-regrid>=0.3.2",
"earthkit-transforms>=0.3.3"
]
Expand Down
7 changes: 3 additions & 4 deletions tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ dependencies:
- pip
- pytest
- pytest-cov
- numpy<2.0.0
- geos
- pip:
- earthkit-data[all]>=0.9.4
- earthkit-data[all]>=0.10.0
- earthkit-geo>=0.2.0
- earthkit-maps>=0.0.19
- earthkit-meteo>=0.1.0
- earthkit-plots>=0.1.2
- earthkit-meteo>=0.1.1
- earthkit-plots>=0.2.0
- earthkit-regrid>=0.3.2
- earthkit-transforms>=0.3.3

0 comments on commit 12ca9f1

Please sign in to comment.