We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d17124 commit 24e0ff1Copy full SHA for 24e0ff1
1 file changed
pyproject.toml
@@ -28,6 +28,7 @@ dependencies = [
28
"torchmetrics>=1.7.2",
29
"torchvision==0.21.0",
30
"wandb>=0.23.0",
31
+ "huggingface-hub>=1.5.0"
32
]
33
34
@@ -48,7 +49,7 @@ dcai = [
48
49
[project.optional-dependencies]
50
extras = [
51
"mlflow>=3.0.0",
- "gardening_tools[extras]>=0.1.1",
52
+ "gardening_tools[extras]>=0.1.1",
53
54
test = [
55
"ruff>=0.14.8",
0 commit comments