diff --git a/docs/conf.py b/docs/conf.py index d1010b4..ed28898 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -92,7 +92,7 @@ ), "earthkit-hydro": ( "earthkit-hydro", - "https://github.com/ecmwf/earthkit-hydro", + "https://earthkit-hydro.readthedocs.io", ), "earthkit-workflows": ( "earthkit-workflows", diff --git a/docs/index.rst b/docs/index.rst index 4cd6781..bbc1a83 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,7 +27,7 @@ The interface of :ref:`earthkit components ` is designed to be high- components_overview earthkit-data earthkit-geo - earthkit-hydro + earthkit-hydro earthkit-meteo earthkit-plots earthkit-regrid diff --git a/environment.yml b/environment.yml index 33331a6..abb1b41 100644 --- a/environment.yml +++ b/environment.yml @@ -7,7 +7,7 @@ dependencies: - geos - pip: - earthkit-geo>=0.3.0 - - earthkit-hydro>=0.1.3 + - earthkit-hydro>=1.0.0 - earthkit-meteo>=0.4.1 - earthkit-plots>=0.3.1 - earthkit-regrid>=0.4.0 diff --git a/pyproject.toml b/pyproject.toml index 1524bb1..e8e6745 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dynamic = [ "version" ] dependencies = [ "earthkit-data[all]>=0.14.4", "earthkit-geo>=0.3", - "earthkit-hydro>=0.1.3", + "earthkit-hydro>=1", "earthkit-meteo>=0.4.1", "earthkit-plots>=0.3.1", "earthkit-regrid>=0.4", diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 5d9ea13..e978288 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -15,6 +15,6 @@ dependencies: - earthkit-regrid>=0.4.0 - earthkit-time>=0.1.7 - earthkit-transforms>=0.4 - - earthkit-hydro>=0.1.3 + - earthkit-hydro>=1.0.0 - earthkit-utils>=0.0.1 - earthkit-workflows>=0.3.6