Spaces:
Running
Running
Commit ·
3d4e7b7
1
Parent(s): eae4be2
update requirements
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision==0.
|
| 4 |
opencv-python-headless
|
| 5 |
requests
|
| 6 |
numpy
|
|
|
|
| 1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
| 2 |
+
torch==2.7.1+cpu
|
| 3 |
+
torchvision==0.22.1+cpu
|
| 4 |
opencv-python-headless
|
| 5 |
requests
|
| 6 |
numpy
|