Add hydra to deps

This commit is contained in:
mbsantiago 2024-11-20 11:39:46 +00:00
parent 35c916482c
commit 113223be02
2 changed files with 828 additions and 5 deletions

View File

@ -28,6 +28,7 @@ dependencies = [
"tensorboard>=2.16.2", "tensorboard>=2.16.2",
"omegaconf>=2.3.0", "omegaconf>=2.3.0",
"pyyaml>=6.0.2", "pyyaml>=6.0.2",
"hydra-core>=1.3.2",
] ]
requires-python = ">=3.9,<3.13" requires-python = ">=3.9,<3.13"
readme = "README.md" readme = "README.md"
@ -71,6 +72,7 @@ dev-dependencies = [
"ruff>=0.7.3", "ruff>=0.7.3",
"ipykernel>=6.29.4", "ipykernel>=6.29.4",
"setuptools>=69.5.1", "setuptools>=69.5.1",
"dvc>=3.56.0",
] ]
[tool.ruff] [tool.ruff]

831
uv.lock generated

File diff suppressed because it is too large Load Diff