Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
|
@@ -1,3 +1,6 @@
|
|
| 1 |
-
|
| 2 |
-
pandas
|
| 3 |
-
streamlit
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
numpy==1.26.4
|
| 2 |
+
pandas==2.2.2
|
| 3 |
+
streamlit==1.37.0
|
| 4 |
+
joblib==1.4.2
|
| 5 |
+
apify-client==1.7.0
|
| 6 |
+
scikit-learn==1.5.1
|