Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
b8raoult committed May 30, 2024
1 parent 468a9d3 commit 6293bf7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,20 +50,18 @@ dynamic = [
"version",
]
dependencies = [
"anemoi-utils>=0.2.1",
"anemoi-utils>=0.3",
"numpy",
"pyyaml",
"semantic-version",
"tomli", # Only needed before 3.11
"torch",
]

optional-dependencies.all = [
"anemoi-utils>=0.2.1",
"anemoi-utils>=0.3",
"numpy",
"pyyaml",
"semantic-version",
"tomli",
"torch",
]
optional-dependencies.dev = [
Expand All @@ -80,7 +78,6 @@ urls.Documentation = "https://anemoi-inference.readthedocs.io/"
urls.Homepage = "https://github.com/ecmwf/anemoi-inference/"
urls.Issues = "https://github.com/ecmwf/anemoi-inference/issues"
urls.Repository = "https://github.com/ecmwf/anemoi-inference/"
# Changelog = "https://github.com/ecmwf/anemoi-inference/CHANGELOG.md"
scripts.anemoi-inference = "anemoi.inference.__main__:main"

[tool.setuptools_scm]
Expand Down

0 comments on commit 6293bf7

Please sign in to comment.