Skip to content

Commit

Permalink
Update cds dependencies in setup (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz authored Aug 15, 2024
1 parent 9b61eb4 commit f364f46
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
3 changes: 2 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ dependencies:
- entrypoints
- jupyterlab
- ecmwf-api-client>=1.6.1
- cdsapi
- cdsapi>=0.7.0
- cads-api-client>=1.2.0
- hda
- pip:
- multiurl
Expand Down
9 changes: 6 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ dependencies = [
"xarray>=0.19",
]
optional-dependencies.all = [
"cads-api-client>=1.2",
"cartopy",
"cdsapi",
"cdsapi>=0.7",
"eccovjson>=0.0.5",
"ecmwf-api-client>=1.6.1",
"ecmwf-opendata>=0.3.3",
Expand All @@ -62,15 +63,17 @@ optional-dependencies.all = [
"pyodc",
]
optional-dependencies.cds = [
"cdsapi",
"cads-api-client>=1.2",
"cdsapi>=0.7",
]
optional-dependencies.ci = [
"array-api-compat",
"torch",
]
optional-dependencies.dev = [
"cads-api-client>=1.2",
"cartopy",
"cdsapi",
"cdsapi>=0.7",
"earthkit-data-demo-source",
"eccovjson>=0.0.5",
"ecmwf-api-client>=1.6.1",
Expand Down
3 changes: 2 additions & 1 deletion tests/environment-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ dependencies:
- entrypoints
- jupyterlab
- ecmwf-api-client>=1.6.1
- cdsapi
- cdsapi>=0.7.0
- cads-api-client>=1.2.0
- hda
- jsonschema
- pip:
Expand Down

0 comments on commit f364f46

Please sign in to comment.