Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +10 -6
requirements.txt
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio[oauth,mcp]==6.17.3
|
| 2 |
+
pandas>=1.5
|
| 3 |
+
numpy>=1.24
|
| 4 |
+
requests>=2.28
|
| 5 |
+
ta>=0.11
|
| 6 |
+
scikit-learn>=1.1
|
| 7 |
+
lightgbm>=3.3
|
| 8 |
+
xgboost>=1.7
|
| 9 |
+
torch>=2.0
|
| 10 |
+
matplotlib>=3.5
|