Skip to content
This repository has been archived by the owner on Dec 20, 2024. It is now read-only.

Commit

Permalink
Relax dependencies (#7)
Browse files Browse the repository at this point in the history
* Relax dependencies

* Adjust versions

---------

Co-authored-by: Jesper Dramsch <[email protected]>
  • Loading branch information
gmertes and JesperDramsch authored Jun 27, 2024
1 parent 1c95d74 commit 079d225
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
]
Expand Down

0 comments on commit 079d225

Please sign in to comment.