Skip to content

Commit 858c021

Browse files
committed
update pyproject.toml: unpin requirements for torch, torchvision, einops
1 parent 2f0f715 commit 858c021

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ classifiers = [
2424
]
2525

2626
dependencies = [
27-
"torch==2.4.1",
28-
"torchvision==0.19.1",
27+
"torch>=2.4.1",
28+
"torchvision>=0.19.1",
2929
"timm>=1.0.0",
30-
"einops==0.4.0",
30+
"einops>=0.4.0",
3131
"numpy>=1.18.5,<2.0",
3232
"tqdm>=4.60.0",
3333
"scipy>=1.7.0",

0 commit comments

Comments
 (0)