diff --git a/setup.cfg b/setup.cfg index 5219f59..eef8fb1 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.5.0 + earthkit-data>=0.5.1 earthkit-maps>=0.0.13 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 dd2c612..fc983de 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -3,12 +3,12 @@ channels: - conda-forge - nodefaults dependencies: +- earthkit-data>=0.5.1 - pip - pytest - pytest-cov - geos - pip: - - earthkit-data>=0.5.0 - earthkit-maps>=0.0.13 - earthkit-meteo>=0.0.1 - earthkit-plots>=0.0.6