Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 30, 2024
1 parent bca46a8 commit 97da0e1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ dependencies = [
"torch",
]

optional-dependencies.all = [
"anemoi-utils>=0.3",
"numpy",
"pyyaml",
"semantic-version",
"torch",
]

optional-dependencies.dev = [
]

optional-dependencies.docs = [
"nbsphinx",
"pandoc",
Expand Down

0 comments on commit 97da0e1

Please sign in to comment.