Skip to content

Commit

Permalink
Upgrade minimum version of cdsapi
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesVarndell authored Aug 19, 2024
1 parent f364f46 commit 08c07ee
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 08c07ee

Please sign in to comment.