Skip to content

Commit

Permalink
Feature/update component versions (#72)
Browse files Browse the repository at this point in the history
* Update component versions
  • Loading branch information
sandorkertesz authored Nov 1, 2024
1 parent 0a4e564 commit b522c0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ channels:
- conda-forge
- nodefaults
dependencies:
- earthkit-data>=0.10.2
- earthkit-data>=0.10.9
- geos
- pip:
- earthkit-geo>=0.2.0
- earthkit-meteo>=0.1.1
- earthkit-plots>=0.2.0
- earthkit-plots>=0.2.4
- earthkit-regrid>=0.3.4
- earthkit-transforms>=0.3.3
- earthkit-transforms>=0.3.4
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ classifiers = [
]
dynamic = [ "version" ]
dependencies = [
"earthkit-data[all]>=0.10.2",
"earthkit-data[all]>=0.10.9",
"earthkit-geo>=0.2",
"earthkit-meteo>=0.1.1",
"earthkit-plots>=0.2",
"earthkit-plots>=0.2.4",
"earthkit-regrid>=0.3.4",
"earthkit-transforms>=0.3.3",
"earthkit-transforms>=0.3.4",
]
optional-dependencies.test = [ "pytest" ]
urls.Documentation = "https://earthkit.readthedocs.io/"
Expand Down
6 changes: 3 additions & 3 deletions tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ dependencies:
- pytest-cov
- geos
- pip:
- earthkit-data[all]>=0.10.2
- earthkit-data[all]>=0.10.9
- earthkit-geo>=0.2.0
- earthkit-meteo>=0.1.1
- earthkit-plots>=0.2.0
- earthkit-plots>=0.2.4
- earthkit-regrid>=0.3.4
- earthkit-transforms>=0.3.3
- earthkit-transforms>=0.3.4

0 comments on commit b522c0f

Please sign in to comment.