Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,6 +3,6 @@ opencv-python~=4.7.0.72
|
|
3 |
numpy~=1.23.5
|
4 |
matplotlib~=3.7.1
|
5 |
scipy~=1.10.1
|
6 |
-
--extra-index-url
|
7 |
-
torch
|
8 |
-
torchvision
|
|
|
3 |
numpy~=1.23.5
|
4 |
matplotlib~=3.7.1
|
5 |
scipy~=1.10.1
|
6 |
+
--extra-index-url=https://download.pytorch.org/whl/cu118
|
7 |
+
torch==2.0.1+cu118
|
8 |
+
torchvision==0.15.2+cu118
|