Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
2 |
-
pandas
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
keybert
|
|
|
1 |
+
requests>=2.28.0
|
2 |
+
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
|
|