Spaces:
Sleeping
Sleeping
Commit ·
2b74fa1
1
Parent(s): 893c53f
Update bot detection model and features
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
streamlit
|
| 2 |
-
pandas
|
| 3 |
numpy==1.26.4
|
| 4 |
-
scikit-learn==1.
|
| 5 |
-
joblib==1.
|
| 6 |
-
plotly
|
|
|
|
| 1 |
+
streamlit==1.53.0
|
| 2 |
+
pandas==2.3.3
|
| 3 |
numpy==1.26.4
|
| 4 |
+
scikit-learn==1.4.2
|
| 5 |
+
joblib==1.4.2
|
| 6 |
+
plotly==5.24.1
|