Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
theissenhelen committed Jun 25, 2024
1 parent 38f8d15 commit 9dc2cec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,10 @@ dynamic = [
"version",
]
dependencies = [
"anemoi-datasets",
"anemoi-datasets[data]>=0.3.3",
"torch>=2.2",
"torch-geometric>=2.3.1,<2.5",
"anemoi-utils>=0.1.3",
]

optional-dependencies.all = [
Expand Down

0 comments on commit 9dc2cec

Please sign in to comment.