Skip to content

Commit

Permalink
Update pyproject.toml (#57)
Browse files Browse the repository at this point in the history
Fix reference to datasets
  • Loading branch information
HCookie authored Nov 26, 2024
1 parent f050bb0 commit c9120d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dependencies = [

optional-dependencies.all = [ "anemoi-inference[plugin]" ]

optional-dependencies.dev = [ "anemoi-datasets[all,docs,plugin,tests]" ]
optional-dependencies.dev = [ "anemoi-inference[all,docs,plugin,tests]" ]

optional-dependencies.docs = [
"autodoc-pydantic",
Expand Down

0 comments on commit c9120d3

Please sign in to comment.