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