Skip to content

Commit dfcbf0e

Browse files
fix torchvision version issue (#4406)
1 parent ccea431 commit dfcbf0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test = [
9090
test-ext = [
9191
"timm>=1.0.3",
9292
"transformers>=5.4.0",
93-
"torchvision>=0.29.0.dev,<0.30.0",
93+
"torchvision>=0.28.0.dev,<0.29.0",
9494
"flashinfer-python; python_version >'3.9' and python_version <'3.13'",
9595
]
9696

0 commit comments

Comments
 (0)