Skip to content

Commit 044c2be

Browse files
authored
Updated timm version requirements, to adjust to Keep.
1 parent 08c7115 commit 044c2be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
"pydantic<2.12",
2424
"scikit-learn>=1.6.1",
2525
"sentencepiece>=0.2.1",
26-
"timm>=1.0.13",
26+
"timm>=1.0.13,<=1.0.20",
2727
"torch>=2.6.0",
2828
"torchaudio>=2.6.0",
2929
"torchvision>=0.21.0",
@@ -59,4 +59,4 @@ where = ["src"]
5959
thunder = ["config/**/*.yaml"]
6060

6161
[project.scripts]
62-
thunder = "thunder.main:app"
62+
thunder = "thunder.main:app"

0 commit comments

Comments
 (0)