Spaces:
Running
Running
admin
commited on
Commit
·
fec76e2
1
Parent(s):
f282144
upd req
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
torch==2.6.0+cu118
|
2 |
-f https://download.pytorch.org/whl/torch
|
|
|
|
|
3 |
lxml
|
4 |
-
requests
|
5 |
onnxruntime
|
6 |
numpy>=1.11.1
|
7 |
opencv-python>=4.5
|
|
|
1 |
torch==2.6.0+cu118
|
2 |
-f https://download.pytorch.org/whl/torch
|
3 |
+
torchvision==0.21.0+cu118
|
4 |
+
-f https://download.pytorch.org/whl/torchvision
|
5 |
lxml
|
|
|
6 |
onnxruntime
|
7 |
numpy>=1.11.1
|
8 |
opencv-python>=4.5
|