Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +1 -2
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
streamlit
|
2 |
numpy
|
3 |
pandas
|
4 |
-
math
|
5 |
scipy
|
6 |
-
|
7 |
itertools
|
8 |
plotly
|
9 |
python-louvain
|
|
|
1 |
streamlit
|
2 |
numpy
|
3 |
pandas
|
|
|
4 |
scipy
|
5 |
+
scikit-learn
|
6 |
itertools
|
7 |
plotly
|
8 |
python-louvain
|