Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
tensorflow==2.17.0
|
| 3 |
+
yfinance==0.2.44
|
| 4 |
+
pandas==2.2.3
|
| 5 |
+
numpy==2.0.2
|
| 6 |
+
matplotlib==3.9.2
|
| 7 |
+
joblib==1.4.2
|
| 8 |
+
huggingface_hub==0.25.1
|
| 9 |
+
scikit-learn==1.5.1
|