From 1d76354326a928c552fa20b64ebd26c02b22bd03 Mon Sep 17 00:00:00 2001 From: Sandor Kertesz Date: Wed, 1 Apr 2026 12:34:39 +0100 Subject: [PATCH] Prepare 1.0.0rc1 --- docs/source/getting-started.rst | 2 +- docs/source/installation.rst | 10 +++++----- environment.yml | 2 +- pyproject.toml | 2 +- tests/environment-unit-tests.yml | 3 +-- 5 files changed, 9 insertions(+), 10 deletions(-) diff --git a/docs/source/getting-started.rst b/docs/source/getting-started.rst index 141eafe7..de65049c 100644 --- a/docs/source/getting-started.rst +++ b/docs/source/getting-started.rst @@ -9,7 +9,7 @@ Install **earthkit-data** with python3 (>= 3.10) and ``pip`` as follows: .. code-block:: bash - python3 -m pip install earthkit-data==1.0.0rc0 + python3 -m pip install earthkit-data>=1.0.0rc0 Please note that this is a **minimal** installation supporting only GRIB and NetCDF data and cannot access remote services other than URLs. If you want to use more data types or remote services you need to install the optional Python packages. For more details see :ref:`install`. diff --git a/docs/source/installation.rst b/docs/source/installation.rst index 2b983213..d1a98641 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -13,7 +13,7 @@ Install **earthkit-data** with python3 (>= 3.10 ) and ``pip`` as follows: .. code-block:: bash - python3 -m pip install earthkit-data==1.0.0rc0 + python3 -m pip install earthkit-data>=1.0.0rc0 The package installed like this is **minimal** supporting only GRIB and NetCDF data and cannot access remote services other than URLs. If you want to use more data types or remote services you need to install the optional Python packages. @@ -24,13 +24,13 @@ You can install **earthkit-data** with all the optional packages (with the excep .. code-block:: bash - python3 -m pip install earthkit-data[all]==1.0.0rc0 + python3 -m pip install earthkit-data[all]>=1.0.0rc0 Please note in **zsh** you need to use quotes around the square brackets: .. code-block:: bash - python3 -m pip install "earthkit-data[all]==1.0.0rc0" + python3 -m pip install "earthkit-data[all]>=1.0.0rc0" Installing individual optional packages @@ -58,13 +58,13 @@ E.g. to add :ref:`data-sources-mars` support you can use: .. code-block:: bash - python3 -m pip install earthkit-data[mars]==1.0.0rc0 + python3 -m pip install earthkit-data[mars]>=1.0.0rc0 List of optional dependencies can also be specified : .. code-block:: bash - python3 -m pip install earthkit-data[cds,mars]==1.0.0rc0 + python3 -m pip install earthkit-data[cds,mars]>=1.0.0rc0 diff --git a/environment.yml b/environment.yml index f1bebb8b..2db5a45d 100644 --- a/environment.yml +++ b/environment.yml @@ -28,7 +28,7 @@ dependencies: - ecmwf-opendata>=0.1.2 - polytope-client>=0.7.4 - covjsonkit>=0.2.2 - - earthkit-utils==1.0.0rc0 + - earthkit-utils>=1.0.0rc0 - tqdm>=4.63.0 - lru-dict - markdown diff --git a/pyproject.toml b/pyproject.toml index efc8b32e..227b38cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "cfgrib>=0.9.10.1", "dask", "deprecation", - "earthkit-utils==1.0.0rc0", + "earthkit-utils>=1.0.0rc0", "eccodeslib==2.46.2.17", "eckit==2.0.6.17", "entrypoints", diff --git a/tests/environment-unit-tests.yml b/tests/environment-unit-tests.yml index 17180a39..29c022f6 100644 --- a/tests/environment-unit-tests.yml +++ b/tests/environment-unit-tests.yml @@ -30,8 +30,7 @@ dependencies: - polytope-client>=0.7.4 - git+https://github.com/ecmwf/earthkit-data-demo-source - covjsonkit>=0.2.2 - - earthkit-geo>=0.2.0,<0.99 - - earthkit-utils>=0.2.0,<0.99 + - earthkit-utils>=1.0.0rc0 - tqdm>=4.63.0 - lru-dict - markdown