Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +5 -3
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
-
torch==1.12.1
|
3 |
-
torchvision==0.13.1
|
|
|
|
|
4 |
albumentations==0.4.3
|
5 |
opencv-python
|
6 |
pudb==2019.2
|
|
|
1 |
+
# --extra-index-url https://download.pytorch.org/whl/cu113
|
2 |
+
# torch==1.12.1
|
3 |
+
# torchvision==0.13.1
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
albumentations==0.4.3
|
7 |
opencv-python
|
8 |
pudb==2019.2
|