Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -3,4 +3,5 @@ pandas>=1.4.0
|
|
3 |
numpy>=1.22.0
|
4 |
streamlit>=1.12.0
|
5 |
plotly>=5.10.0
|
6 |
-
scikit-learn>=1.0.0
|
|
|
|
3 |
numpy>=1.22.0
|
4 |
streamlit>=1.12.0
|
5 |
plotly>=5.10.0
|
6 |
+
scikit-learn>=1.0.0
|
7 |
+
tabulate
|