Skip to content

Commit

Permalink
Increase hda version to 2.22 (#597)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandorkertesz authored Jan 24, 2025
1 parent d331852 commit c481cef
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- jupyterlab
- ecmwf-api-client>=1.6.1
- cdsapi>=0.7.2
- hda
- hda>=2.22
- pip:
- multiurl>=0.3.3
- pyfdb>=0.1.0
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ optional-dependencies.all = [
"ecmwf-api-client>=1.6.1",
"ecmwf-opendata>=0.3.3",
"geopandas",
"hda",
"hda>=2.22",
"polytope-client>=0.7.4",
"pyfdb>=0.1",
"pyodc",
Expand All @@ -71,7 +71,7 @@ optional-dependencies.dev = [
"ecmwf-api-client>=1.6.1",
"ecmwf-opendata>=0.3.3",
"geopandas",
"hda",
"hda>=2.22",
"nbconvert",
"nbformat",
"polytope-client>=0.7.4",
Expand Down Expand Up @@ -111,7 +111,7 @@ optional-dependencies.test = [
"pytest-forked",
"pytest-timeout",
]
optional-dependencies.wekeo = [ "hda" ]
optional-dependencies.wekeo = [ "hda>=2.22" ]
urls.Documentation = "https://earthkit-data.readthedocs.io/"
urls.Homepage = "https://github.com/ecmwf/earthkit-data/"
urls.Issues = "https://github.com/ecmwf/earthkit-data.issues"
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 @@ -21,7 +21,7 @@ dependencies:
- jupyterlab
- ecmwf-api-client>=1.6.1
- cdsapi>=0.7.2
- hda
- hda>2.22
- jsonschema
- pip:
- multiurl>=0.3.3
Expand Down

0 comments on commit c481cef

Please sign in to comment.