From 069b4947298365bc782c539fdf7e107c2cdb205e Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Wed, 27 Nov 2024 11:04:34 +0000 Subject: [PATCH] Update earthkit-data version --- environment.yml | 2 +- pyproject.toml | 2 +- tests/environment-unit-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 7a89998..4a1d35c 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: -- earthkit-data>=0.11.1 +- earthkit-data>=0.11.2 - geos - pip: - earthkit-geo>=0.3.0 diff --git a/pyproject.toml b/pyproject.toml index abc162b..94c7be2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "earthkit-data[all]>=0.11.1", + "earthkit-data[all]>=0.11.2", "earthkit-geo>=0.3", "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 0e96f33..fcf2180 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.11.1 + - earthkit-data[all]>=0.11.2 - earthkit-geo>=0.3.0 - earthkit-meteo>=0.1.1 - earthkit-plots>=0.2.5