Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -10,7 +10,8 @@ Pillow>=7.1.2
|
|
10 |
PyYAML>=5.3.1
|
11 |
requests>=2.23.0
|
12 |
scipy>=1.4.1
|
13 |
-
torch==
|
|
|
14 |
torchvision>=0.8.1,!=0.13.0
|
15 |
tqdm>=4.41.0
|
16 |
protobuf<4.21.3
|
|
|
10 |
PyYAML>=5.3.1
|
11 |
requests>=2.23.0
|
12 |
scipy>=1.4.1
|
13 |
+
torch==2.2.2 # or latest version available
|
14 |
+
#torch==1.7.0
|
15 |
torchvision>=0.8.1,!=0.13.0
|
16 |
tqdm>=4.41.0
|
17 |
protobuf<4.21.3
|