Skip to content

Commit

Permalink
Merge pull request #86 from ecmwf/develop
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
sandorkertesz authored Dec 16, 2024
2 parents 389bf3e + 55ec535 commit 980afe9
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 @@ -3,12 +3,12 @@ channels:
- conda-forge
- nodefaults
dependencies:
- earthkit-data>=0.11.2
- earthkit-data>=0.12.0
- geos
- pip:
- earthkit-geo>=0.3.0
- earthkit-meteo>=0.1.1
- earthkit-plots>=0.2.5
- earthkit-regrid>=0.3.4
- earthkit-meteo>=0.3.0
- earthkit-plots>=0.2.8
- earthkit-regrid>=0.3.5
- earthkit-time>=0.1.6
- earthkit-transforms>=0.3.4
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ classifiers = [
]
dynamic = [ "version" ]
dependencies = [
"earthkit-data[all]>=0.11.2",
"earthkit-data[all]>=0.12",
"earthkit-geo>=0.3",
"earthkit-meteo>=0.1.1",
"earthkit-plots>=0.2.5",
"earthkit-regrid>=0.3.4",
"earthkit-meteo>=0.3",
"earthkit-plots>=0.2.8",
"earthkit-regrid>=0.3.5",
"earthkit-time>=0.1.6",
"earthkit-transforms>=0.3.4",
]
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 @@ -8,10 +8,10 @@ dependencies:
- pytest-cov
- geos
- pip:
- earthkit-data[all]>=0.11.2
- earthkit-data[all]>=0.12.0
- earthkit-geo>=0.3.0
- earthkit-meteo>=0.1.1
- earthkit-plots>=0.2.5
- earthkit-regrid>=0.3.4
- earthkit-meteo>=0.3.0
- earthkit-plots>=0.2.8
- earthkit-regrid>=0.3.5
- earthkit-time>=0.1.6
- earthkit-transforms>=0.3.4

0 comments on commit 980afe9

Please sign in to comment.