From 942b0fca6bcb384e3aed9aafcbfbcc26b8f5a5c9 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Fri, 26 Jan 2024 14:22:25 +0000 Subject: [PATCH] Add earthkit-plots --- setup.cfg | 2 +- tests/environment-unit-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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