Skip to content

Commit

Permalink
Update earthkit-data version to 0.9.4 (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed Aug 20, 2024
1 parent 2d2b305 commit 00e25c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- nodefaults
dependencies:
- numpy<2.0.0
- earthkit-data>=0.9.0
- earthkit-data>=0.9.4
- geos
- pip:
- earthkit-maps>=0.0.19
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
dependencies = [
"numpy<2.0.0",
"earthkit-data[all]>=0.9.0",
"earthkit-data[all]>=0.9.4",
"earthkit-geo>=0.2.0",
"earthkit-maps>=0.0.19",
"earthkit-meteo>=0.1.0",
Expand Down
2 changes: 1 addition & 1 deletion tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- numpy<2.0.0
- geos
- pip:
- earthkit-data[all]>=0.9.0
- earthkit-data[all]>=0.9.4
- earthkit-geo>=0.2.0
- earthkit-maps>=0.0.19
- earthkit-meteo>=0.1.0
Expand Down

0 comments on commit 00e25c9

Please sign in to comment.