Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
scikit-learn==1.3.2
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
streamlit
|
| 6 |
-
|
|
|
|
|
|
|
|
|
| 1 |
scikit-learn==1.3.2
|
| 2 |
+
numpy<2
|
| 3 |
+
pandas
|
| 4 |
+
yfinance
|
| 5 |
streamlit
|
| 6 |
+
tensorflow
|
| 7 |
+
seaborn
|
| 8 |
+
matplotlib
|