From 148212171835dc9d5d0f3c8f9f59fec08046fb65 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Tue, 20 Aug 2024 13:07:08 +0100 Subject: [PATCH] Update cdsapi minimum version to 0.7.1 --- docs/release_notes/version_0.9_updates.rst | 7 +++++++ environment.yml | 2 +- pyproject.toml | 6 +++--- tests/environment-unit-tests.yml | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/docs/release_notes/version_0.9_updates.rst b/docs/release_notes/version_0.9_updates.rst index fe397fe8..11cdfd5d 100644 --- a/docs/release_notes/version_0.9_updates.rst +++ b/docs/release_notes/version_0.9_updates.rst @@ -1,6 +1,13 @@ Version 0.9 Updates ///////////////////////// +Version 0.9.4 +=============== + +Changes +++++++ + +- Increased the minimum version of the `cdsapi` package to 0.7.1. Version 0.9.3 =============== diff --git a/environment.yml b/environment.yml index 363ba7a5..856d6788 100644 --- a/environment.yml +++ b/environment.yml @@ -19,7 +19,7 @@ dependencies: - entrypoints - jupyterlab - ecmwf-api-client>=1.6.1 -- cdsapi +- cdsapi>=0.7.1 - hda - pip: - multiurl diff --git a/pyproject.toml b/pyproject.toml index 9229c1bf..46c99f53 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ ] optional-dependencies.all = [ "cartopy", - "cdsapi", + "cdsapi>=0.7.1", "eccovjson>=0.0.5", "ecmwf-api-client>=1.6.1", "ecmwf-opendata>=0.3.3", @@ -62,7 +62,7 @@ optional-dependencies.all = [ "pyodc", ] optional-dependencies.cds = [ - "cdsapi", + "cdsapi>=0.7.1", ] optional-dependencies.ci = [ "array-api-compat", @@ -70,7 +70,7 @@ optional-dependencies.ci = [ ] optional-dependencies.dev = [ "cartopy", - "cdsapi", + "cdsapi>=0.7.1", "earthkit-data-demo-source", "eccovjson>=0.0.5", "ecmwf-api-client>=1.6.1", diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 14f936c9..5b72f25c 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -20,7 +20,7 @@ dependencies: - entrypoints - jupyterlab - ecmwf-api-client>=1.6.1 -- cdsapi +- cdsapi>=0.7.1 - hda - jsonschema - pip: