diff --git a/environment.yml b/environment.yml index 73372ea..f93c209 100644 --- a/environment.yml +++ b/environment.yml @@ -3,7 +3,7 @@ channels: - conda-forge - nodefaults dependencies: -- earthkit-data>=0.6.0 +- earthkit-data>=0.7.0 - geos - pip: - earthkit-maps>=0.0.18 diff --git a/setup.cfg b/setup.cfg index 40ef050..251b698 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ test_suite = tests python-requires = >=3.8 packages = find_namespace: install_requires = - earthkit-data>=0.6.0 + earthkit-data[all]>=0.7.0 earthkit-maps>=0.0.18 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 a9773a6..2ac7176 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.6.0 + - earthkit-data[all]>=0.7.0 - earthkit-maps>=0.0.18 - earthkit-meteo>=0.0.1 - earthkit-plots>=0.0.6