Spaces:
Runtime error
Runtime error
Commit
·
a1fbc27
1
Parent(s):
7ee7482
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-f https://data.pyg.org/whl/torch-1.10.0+cu113.html
|
3 |
-
torch==1.7.1
|
4 |
-
|
5 |
-
torch-
|
6 |
-
torch-sparse==0.6.11
|
7 |
torch-geometric
|
|
|
|
|
8 |
opencv-python-headless
|
9 |
streamlit==1.8.1
|
10 |
st-clickable-images==0.0.3
|
|
|
1 |
-f https://download.pytorch.org/whl/cpu/torch_stable.html
|
2 |
-f https://data.pyg.org/whl/torch-1.10.0+cu113.html
|
3 |
+
torch==1.7.1
|
4 |
+
torch-scatter
|
5 |
+
torch-sparse
|
|
|
6 |
torch-geometric
|
7 |
+
|
8 |
+
|
9 |
opencv-python-headless
|
10 |
streamlit==1.8.1
|
11 |
st-clickable-images==0.0.3
|