Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
-
streamlit>=1.
|
|
|
|
|
|
|
| 2 |
requests>=2.31.0
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
numpy>=1.24.0
|
|
|
|
| 1 |
+
streamlit>=1.31.0
|
| 2 |
+
pandas>=2.2.0
|
| 3 |
+
numpy>=1.26.0
|
| 4 |
requests>=2.31.0
|
| 5 |
+
together>=0.2.11
|
| 6 |
+
scikit-learn>=1.0.2
|
|
|