Commit
·
2a9cfd5
1
Parent(s):
422a6a9
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
torch==2.0.1 --index-url https://download.pytorch.org/whl/
|
2 |
-
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/
|
3 |
-
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/
|
4 |
-
numpy==1.
|
5 |
monai==1.2.0
|
6 |
opencv-python==4.8.0.76
|
7 |
timm==0.5.4
|
|
|
1 |
+
torch==2.0.1 --index-url https://download.pytorch.org/whl/cu117
|
2 |
+
torchvision==0.15.2 --index-url https://download.pytorch.org/whl/cu117
|
3 |
+
torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu117
|
4 |
+
numpy==1.25.2
|
5 |
monai==1.2.0
|
6 |
opencv-python==4.8.0.76
|
7 |
timm==0.5.4
|