From b522c0f76ec02e1addd2175d95abf76f09a144fc Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Fri, 1 Nov 2024 14:35:07 +0000 Subject: [PATCH] Feature/update component versions (#72) * Update component versions --- environment.yml | 6 +++--- pyproject.toml | 6 +++--- tests/environment-unit-tests.yml | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/environment.yml b/environment.yml index 3b839ab..f052238 100644 --- a/environment.yml +++ b/environment.yml @@ -3,11 +3,11 @@ channels: - conda-forge - nodefaults dependencies: -- earthkit-data>=0.10.2 +- earthkit-data>=0.10.9 - geos - pip: - earthkit-geo>=0.2.0 - earthkit-meteo>=0.1.1 - - earthkit-plots>=0.2.0 + - earthkit-plots>=0.2.4 - earthkit-regrid>=0.3.4 - - earthkit-transforms>=0.3.3 + - earthkit-transforms>=0.3.4 diff --git a/pyproject.toml b/pyproject.toml index 02f845c..0264710 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,12 +27,12 @@ classifiers = [ ] dynamic = [ "version" ] dependencies = [ - "earthkit-data[all]>=0.10.2", + "earthkit-data[all]>=0.10.9", "earthkit-geo>=0.2", "earthkit-meteo>=0.1.1", - "earthkit-plots>=0.2", + "earthkit-plots>=0.2.4", "earthkit-regrid>=0.3.4", - "earthkit-transforms>=0.3.3", + "earthkit-transforms>=0.3.4", ] optional-dependencies.test = [ "pytest" ] urls.Documentation = "https://earthkit.readthedocs.io/" diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 1d23f71..1708a27 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -8,9 +8,9 @@ dependencies: - pytest-cov - geos - pip: - - earthkit-data[all]>=0.10.2 + - earthkit-data[all]>=0.10.9 - earthkit-geo>=0.2.0 - earthkit-meteo>=0.1.1 - - earthkit-plots>=0.2.0 + - earthkit-plots>=0.2.4 - earthkit-regrid>=0.3.4 - - earthkit-transforms>=0.3.3 + - earthkit-transforms>=0.3.4