diff --git a/environment.yml b/environment.yml index 4058ca8..9857e29 100644 --- a/environment.yml +++ b/environment.yml @@ -3,13 +3,12 @@ channels: - conda-forge - nodefaults dependencies: -- numpy<2.0.0 -- earthkit-data>=0.9.4 +- earthkit-data>=0.10.0 - geos - pip: - earthkit-maps>=0.0.19 - earthkit-geo>=0.2.0 - - earthkit-meteo>=0.1.0 - - earthkit-plots>=0.1.2 + - earthkit-meteo>=0.1.1 + - earthkit-plots>=0.2.0 - earthkit-regrid>=0.3.2 - earthkit-transforms>=0.3.3 diff --git a/pyproject.toml b/pyproject.toml index 040e925..2775b1c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,12 +19,11 @@ classifiers = [ "Operating System :: OS Independent" ] dependencies = [ - "numpy<2.0.0", - "earthkit-data[all]>=0.9.4", + "earthkit-data[all]>=0.10.0", "earthkit-geo>=0.2.0", "earthkit-maps>=0.0.19", - "earthkit-meteo>=0.1.0", - "earthkit-plots>=0.1.2", + "earthkit-meteo>=0.1.1", + "earthkit-plots>=0.2.0", "earthkit-regrid>=0.3.2", "earthkit-transforms>=0.3.3" ] diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 76d1d1f..377bb69 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -6,13 +6,12 @@ dependencies: - pip - pytest - pytest-cov -- numpy<2.0.0 - geos - pip: - - earthkit-data[all]>=0.9.4 + - earthkit-data[all]>=0.10.0 - earthkit-geo>=0.2.0 - earthkit-maps>=0.0.19 - - earthkit-meteo>=0.1.0 - - earthkit-plots>=0.1.2 + - earthkit-meteo>=0.1.1 + - earthkit-plots>=0.2.0 - earthkit-regrid>=0.3.2 - earthkit-transforms>=0.3.3