Skip to content

Commit

Permalink
Set eathkit-geo version
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz committed May 28, 2024
1 parent c7f2d21 commit 290ef68
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- polytope-client>=0.7.4
- earthkit-meteo>=0.0.1
- eccovjson>=0.0.5
- earthkit-geo
- earthkit-geo>=0.2.0
- tqdm>=4.63.0
- markdown
- make
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ dependencies = [
"pyyaml",
"tqdm>=4.63.0",
"xarray>=0.19.0",
"earthkit-geo>=0.2.0",
"earthkit-meteo>=0.0.1"
]
description = "A format-agnostic Python interface for geospatial data"
Expand Down
2 changes: 1 addition & 1 deletion tests/downstream-ci-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ torch
tqdm>=4.63.0
xarray>=0.19.0
earthkit-meteo>=0.0.1
earthkit-geo
earthkit-geo>=0.2.0
git+https://github.com/ecmwf/earthkit-data-demo-source
geopandas
cartopy
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 @@ -31,7 +31,7 @@ dependencies:
- earthkit-meteo>=0.0.1
- git+https://github.com/ecmwf/earthkit-data-demo-source
- eccovjson>=0.0.5
- earthkit-geo
- earthkit-geo>=0.2.0
- tqdm>=4.63.0
- markdown
- make
Expand Down

0 comments on commit 290ef68

Please sign in to comment.