From 4befbb1a30508d3ec427e83c3924cdefa07b8d84 Mon Sep 17 00:00:00 2001 From: Florian Pinault Date: Wed, 22 Jan 2025 17:01:14 +0100 Subject: [PATCH] feat: update-version-dependencies (#184) * feat: update-version-dependencies * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- pyproject.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 89a695a0..0a51b77e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,8 +49,8 @@ dynamic = [ "version", ] dependencies = [ - "anemoi-transform>=0.1", - "anemoi-utils[provenance]>=0.4.9", + "anemoi-transform>=0.1.1", + "anemoi-utils[provenance]>=0.4.11", "cfunits", "numpy", "pyyaml", @@ -64,12 +64,12 @@ optional-dependencies.all = [ ] optional-dependencies.create = [ - "earthkit-data[mars]>=0.10.7", - "earthkit-geo>=0.2", - "earthkit-meteo", - "eccodes>=2.38.1", + "earthkit-data[mars]>=0.12", + "earthkit-geo>=0.3", + "earthkit-meteo>=0.3", + "eccodes>=2.39.1", "entrypoints", - "pyproj", + "pyproj>=3", ] optional-dependencies.dev = [