Spaces:
Build error
Build error
Commit
·
a4ef9df
1
Parent(s):
7ce979f
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
streamlit
|
2 |
-
torch -f https://download.pytorch.org/whl/torch_stable.html
|
3 |
torchvision -f https://download.pytorch.org/whl/torch_stable.html
|
4 |
mmdet
|
5 |
pillow==6.2.1
|
6 |
-
|
|
|
1 |
streamlit
|
2 |
+
torch >= 1.13 -f https://download.pytorch.org/whl/torch_stable.html
|
3 |
torchvision -f https://download.pytorch.org/whl/torch_stable.html
|
4 |
mmdet
|
5 |
pillow==6.2.1
|
6 |
+
mmcv-full==1.7.0 -f https://download.openmmlab.com/mmcv/dist/cpu/torch1.13/index.html
|