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