Spaces:
Runtime error
Runtime error
sunshineatnoon
commited on
Commit
·
3a50628
1
Parent(s):
1b2a9b1
Add application file
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
torch==1.7.1
|
2 |
-
torch-geometric==1.7.2
|
3 |
-
torch-scatter==2.0.8
|
4 |
-
torch-sparse==0.6.11
|
5 |
torchvision==0.8.2
|
6 |
streamlit==1.8.1
|
7 |
st-clickable-images==0.0.3
|
8 |
func-timeout==4.3.5
|
9 |
scikit-learn==1.0.2
|
10 |
imageio==2.17.0
|
|
|
|
|
|
|
|
1 |
torch==1.7.1
|
|
|
|
|
|
|
2 |
torchvision==0.8.2
|
3 |
streamlit==1.8.1
|
4 |
st-clickable-images==0.0.3
|
5 |
func-timeout==4.3.5
|
6 |
scikit-learn==1.0.2
|
7 |
imageio==2.17.0
|
8 |
+
torch-geometric==1.7.2
|
9 |
+
torch-scatter==2.0.8
|
10 |
+
torch-sparse==0.6.11
|