From 08cd73052e18e89586a9e30a58e04002436d9424 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Thu, 22 Feb 2024 18:52:10 +0000 Subject: [PATCH 1/3] Update component versions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index eef8fb1..4521a98 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,8 +24,8 @@ test_suite = tests python-requires = >=3.8 packages = find_namespace: install_requires = - earthkit-data>=0.5.1 - earthkit-maps>=0.0.13 + earthkit-data>=0.5.4 + earthkit-maps>=0.0.14 earthkit-meteo>=0.0.1 earthkit-plots>=0.0.6 From 1906c5ff0e91c289666a18debde2e2ecbb43a310 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Thu, 22 Feb 2024 18:52:37 +0000 Subject: [PATCH 2/3] Update component versions --- environment.yml | 4 ++-- tests/environment-unit-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/environment.yml b/environment.yml index 08c9b77..aa6512a 100644 --- a/environment.yml +++ b/environment.yml @@ -3,9 +3,9 @@ channels: - conda-forge - nodefaults dependencies: -- earthkit-data>=0.5.1 +- earthkit-data>=0.5.4 - geos - pip: - - earthkit-maps>=0.0.13 + - earthkit-maps>=0.0.14 - earthkit-meteo>=0.0.1 - earthkit-plots>=0.0.6 diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 77560fa..977e884 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -8,7 +8,7 @@ dependencies: - pytest-cov - geos - pip: - - earthkit-data>=0.5.1 - - earthkit-maps>=0.0.13 + - earthkit-data>=0.5.4 + - earthkit-maps>=0.0.14 - earthkit-meteo>=0.0.1 - earthkit-plots>=0.0.6 From 4712a80b0b90ecda3a8d6ecbf9a82d52cf6270ee Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Mon, 4 Mar 2024 09:28:05 +0000 Subject: [PATCH 3/3] Increase earthkit-maps version --- environment.yml | 2 +- setup.cfg | 2 +- tests/environment-unit-tests.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index aa6512a..c48664d 100644 --- a/environment.yml +++ b/environment.yml @@ -6,6 +6,6 @@ dependencies: - earthkit-data>=0.5.4 - geos - pip: - - earthkit-maps>=0.0.14 + - earthkit-maps>=0.0.17 - earthkit-meteo>=0.0.1 - earthkit-plots>=0.0.6 diff --git a/setup.cfg b/setup.cfg index 4521a98..19e6bea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ python-requires = >=3.8 packages = find_namespace: install_requires = earthkit-data>=0.5.4 - earthkit-maps>=0.0.14 + earthkit-maps>=0.0.17 earthkit-meteo>=0.0.1 earthkit-plots>=0.0.6 diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 977e884..32fa103 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -9,6 +9,6 @@ dependencies: - geos - pip: - earthkit-data>=0.5.4 - - earthkit-maps>=0.0.14 + - earthkit-maps>=0.0.17 - earthkit-meteo>=0.0.1 - earthkit-plots>=0.0.6