diff --git a/environment.yml b/environment.yml index 634169f5..debb722f 100644 --- a/environment.yml +++ b/environment.yml @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 7a6ba0fb..5701cf1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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", @@ -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", @@ -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" diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index bece444b..2559b24b 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -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