Skip to content

Commit

Permalink
Merge pull request #52 from ecmwf/feature/increase-earthkit-plots-ver…
Browse files Browse the repository at this point in the history
…sion

Upgrade components versions
  • Loading branch information
sandorkertesz authored Jun 19, 2024
2 parents 698ca6a + 0e58fc4 commit 018ce8b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ channels:
- nodefaults
dependencies:
- numpy<2.0.0
- earthkit-data>=0.7.0
- earthkit-data>=0.8.1
- geos
- pip:
- earthkit-maps>=0.0.18
- earthkit-geo>=0.1.0
- earthkit-maps>=0.0.19
- earthkit-geo>=0.2.0
- earthkit-meteo>=0.1.0
- earthkit-plots>=0.0.6
- earthkit-plots>=0.1.2
- earthkit-regrid>=0.3.1
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ classifiers = [
]
dependencies = [
"numpy<2.0.0",
"earthkit-data[all]>=0.7.0",
"earthkit-geo>=0.1.0",
"earthkit-maps>=0.0.18",
"earthkit-data[all]>=0.8.1",
"earthkit-geo>=0.2.0",
"earthkit-maps>=0.0.19",
"earthkit-meteo>=0.1.0",
"earthkit-plots>=0.0.6",
"earthkit-plots>=0.1.2",
"earthkit-regrid>=0.3.1"
]
description = "A format-agnostic Python interface for geospatial data"
Expand Down
8 changes: 4 additions & 4 deletions tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ dependencies:
- numpy<2.0.0
- geos
- pip:
- earthkit-data[all]>=0.7.0
- earthkit-geo>=0.1.0
- earthkit-maps>=0.0.18
- earthkit-data[all]>=0.8.1
- earthkit-geo>=0.2.0
- earthkit-maps>=0.0.19
- earthkit-meteo>=0.1.0
- earthkit-plots>=0.0.6
- earthkit-plots>=0.1.2
- earthkit-regrid>=0.3.1

0 comments on commit 018ce8b

Please sign in to comment.