From 3ba0e95ab3da8e6b74e7b61391b02b45459e06c5 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Tue, 20 Aug 2024 17:54:02 +0100 Subject: [PATCH] Update earthkit-data version to 0.9.4 --- 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 7e859b9..bb7a8a1 100644 --- a/environment.yml +++ b/environment.yml @@ -4,7 +4,7 @@ channels: - nodefaults dependencies: - numpy<2.0.0 -- earthkit-data>=0.9.0 +- earthkit-data>=0.9.4 - geos - pip: - earthkit-maps>=0.0.19 diff --git a/pyproject.toml b/pyproject.toml index ca87b58..d632cc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ ] dependencies = [ "numpy<2.0.0", - "earthkit-data[all]>=0.9.0", + "earthkit-data[all]>=0.9.4", "earthkit-geo>=0.2.0", "earthkit-maps>=0.0.19", "earthkit-meteo>=0.1.0", diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index ab080ef..23b63f5 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -9,7 +9,7 @@ dependencies: - numpy<2.0.0 - geos - pip: - - earthkit-data[all]>=0.9.0 + - earthkit-data[all]>=0.9.4 - earthkit-geo>=0.2.0 - earthkit-maps>=0.0.19 - earthkit-meteo>=0.1.0