From 079d22577c44c600c00a4208f8e777b47aa9ec39 Mon Sep 17 00:00:00 2001 From: Gert Mertes <13658335+gmertes@users.noreply.github.com> Date: Thu, 27 Jun 2024 16:18:33 +0100 Subject: [PATCH] Relax dependencies (#7) * Relax dependencies * Adjust versions --------- Co-authored-by: Jesper Dramsch --- pyproject.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c7432df..930d7453 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,12 +51,12 @@ dynamic = [ "version", ] dependencies = [ - "anemoi-datasets==0.2.1", - "anemoi-utils==0.1.9", - "einops==0.6.1", - "hydra-core==1.3", - "torch==2.3", - "torch-geometric==2.4", + "anemoi-datasets>=0.2.1", + "anemoi-utils>=0.1.9", + "einops>=0.6.1", + "hydra-core>=1.3", + "torch>=2.2", + "torch-geometric>=2.3,<2.5", ] optional-dependencies.all = [ ]