Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperDramsch committed Sep 12, 2024
1 parent e1661d9 commit de606a7
Showing 1 changed file with 6 additions and 28 deletions.
34 changes: 6 additions & 28 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,13 @@
[build-system]
build-backend = "setuptools.build_meta"

requires = [
"setuptools>=61",
"setuptools-scm>=8",
]
requires = [ "setuptools>=61", "setuptools-scm>=8" ]

[project]
name = "anemoi-models"
description = "A package to hold various functions to support training of ML models."
readme = "README.md"
keywords = [
"ai",
"models",
"tools",
]
keywords = [ "ai", "models", "tools" ]

license = { file = "LICENSE" }
authors = [
Expand All @@ -47,29 +40,17 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]

dynamic = [
"version",
]
dynamic = [ "version" ]
dependencies = [
"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 = [
]
optional-dependencies.all = [ ]

optional-dependencies.dev = [
"hypothesis",
"nbsphinx",
"pandoc",
"pytest",
"rstfmt",
"sphinx",
"sphinx-argparse<0.5",
"sphinx-rtd-theme",
]
optional-dependencies.dev = [ "anemoi-models[docs,tests]" ]

optional-dependencies.docs = [
"nbsphinx",
Expand All @@ -80,10 +61,7 @@ optional-dependencies.docs = [
"sphinx-rtd-theme",
]

optional-dependencies.tests = [
"hypothesis",
"pytest",
]
optional-dependencies.tests = [ "hypothesis", "pytest" ]

urls.Documentation = "https://anemoi-models.readthedocs.io/"
urls.Homepage = "https://github.com/ecmwf/anemoi-models/"
Expand Down

0 comments on commit de606a7

Please sign in to comment.