We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08c7115 commit 044c2beCopy full SHA for 044c2be
pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
23
"pydantic<2.12",
24
"scikit-learn>=1.6.1",
25
"sentencepiece>=0.2.1",
26
- "timm>=1.0.13",
+ "timm>=1.0.13,<=1.0.20",
27
"torch>=2.6.0",
28
"torchaudio>=2.6.0",
29
"torchvision>=0.21.0",
@@ -59,4 +59,4 @@ where = ["src"]
59
thunder = ["config/**/*.yaml"]
60
61
[project.scripts]
62
-thunder = "thunder.main:app"
+thunder = "thunder.main:app"
0 commit comments