diff --git a/pyproject.toml b/pyproject.toml index 2f65b42..225f7c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,17 +24,17 @@ classifiers = [ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "torch>=2.0", - "numpy>=1.21", - "einops>=0.6", + "torch>=2.12.1", + "numpy>=2.2.6", + "einops>=0.8.2", ] [project.optional-dependencies] dev = [ - "ruff>=0.5", - "mypy>=1.8", - "pytest>=8.0", - "pytest-cov>=5.0", + "ruff>=0.15.20", + "mypy>=2.1.0", + "pytest>=9.1.1", + "pytest-cov>=7.1.0", ] [project.scripts]