thomasinovic commited on
Commit
e0734e6
·
1 Parent(s): f78298e

test with other torch version

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- torch
2
- json
3
- torchvision
 
1
+ torch>=2.8.0
2
+ torchvision>=0.23.0
3
+ json