From 506107d4922d3ac343825158dcbbf62e81498dc5 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Fri, 26 Jan 2024 14:29:17 +0000 Subject: [PATCH] Add earthkit-plots --- environment.yml | 5 +++-- tests/environment-unit-tests.yml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/environment.yml b/environment.yml index 7f1fabe..08c9b77 100644 --- a/environment.yml +++ b/environment.yml @@ -3,8 +3,9 @@ channels: - conda-forge - nodefaults dependencies: -- earthkit-data +- earthkit-data>=0.5.1 - geos - pip: - - earthkit-maps + - 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 fc983de..77560fa 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.1 - earthkit-maps>=0.0.13 - earthkit-meteo>=0.0.1 - earthkit-plots>=0.0.6