From 08c07ee2fc4b1ab351b9709d4bbf0b98caebed21 Mon Sep 17 00:00:00 2001 From: James Varndell <36902610+JamesVarndell@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:15:00 +0100 Subject: [PATCH] Upgrade minimum version of cdsapi --- pyproject.toml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36e023a0..cd577ea7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,9 +50,8 @@ dependencies = [ "xarray>=0.19", ] optional-dependencies.all = [ - "cads-api-client>=1.2", "cartopy", - "cdsapi>=0.7", + "cdsapi>=0.7.1", "eccovjson>=0.0.5", "ecmwf-api-client>=1.6.1", "ecmwf-opendata>=0.3.3", @@ -63,17 +62,15 @@ optional-dependencies.all = [ "pyodc", ] optional-dependencies.cds = [ - "cads-api-client>=1.2", - "cdsapi>=0.7", + "cdsapi>=0.7.1", ] optional-dependencies.ci = [ "array-api-compat", "torch", ] optional-dependencies.dev = [ - "cads-api-client>=1.2", "cartopy", - "cdsapi>=0.7", + "cdsapi>=0.7.1", "earthkit-data-demo-source", "eccovjson>=0.0.5", "ecmwf-api-client>=1.6.1",