diff --git a/environment.yml b/environment.yml index f052238..56fe209 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: -- earthkit-data>=0.10.9 +- earthkit-data>=0.10.10 - geos - pip: - earthkit-geo>=0.2.0 diff --git a/pyproject.toml b/pyproject.toml index 0264710..6b02748 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "earthkit-data[all]>=0.10.9", + "earthkit-data[all]>=0.10.10", "earthkit-geo>=0.2", "earthkit-meteo>=0.1.1", "earthkit-plots>=0.2.4", diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 1708a27..c909009 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -8,7 +8,7 @@ dependencies: - pytest-cov - geos - pip: - - earthkit-data[all]>=0.10.9 + - earthkit-data[all]>=0.10.10 - earthkit-geo>=0.2.0 - earthkit-meteo>=0.1.1 - earthkit-plots>=0.2.4