diff --git a/environment.yml b/environment.yml index 5b98a02..8c0c2c5 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: -- earthkit-data>=0.10.11 +- earthkit-data>=0.11.1 - geos - pip: - earthkit-geo>=0.2.0 diff --git a/pyproject.toml b/pyproject.toml index cb6c2c8..f2f16e7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "earthkit-data[all]>=0.10.11", + "earthkit-data[all]>=0.11.1", "earthkit-geo>=0.2", "earthkit-meteo>=0.1.1", "earthkit-plots>=0.2.5", diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 546c49f..9dccbb5 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.11 + - earthkit-data[all]>=0.11.1 - earthkit-geo>=0.2.0 - earthkit-meteo>=0.1.1 - earthkit-plots>=0.2.5