Skip to content

Commit

Permalink
Update cdsapi minimum version to 0.7.1 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz authored Aug 20, 2024
1 parent d648543 commit 1755ffa
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions docs/release_notes/version_0.9_updates.rst
Original file line number Diff line number Diff line change
@@ -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
===============
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies:
- entrypoints
- jupyterlab
- ecmwf-api-client>=1.6.1
- cdsapi
- cdsapi>=0.7.1
- hda
- pip:
- multiurl
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -62,15 +62,15 @@ optional-dependencies.all = [
"pyodc",
]
optional-dependencies.cds = [
"cdsapi",
"cdsapi>=0.7.1",
]
optional-dependencies.ci = [
"array-api-compat",
"torch",
]
optional-dependencies.dev = [
"cartopy",
"cdsapi",
"cdsapi>=0.7.1",
"earthkit-data-demo-source",
"eccovjson>=0.0.5",
"ecmwf-api-client>=1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- entrypoints
- jupyterlab
- ecmwf-api-client>=1.6.1
- cdsapi
- cdsapi>=0.7.1
- hda
- jsonschema
- pip:
Expand Down

0 comments on commit 1755ffa

Please sign in to comment.