Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
streamlit==1.37.1
|
| 2 |
pandas==2.2.2
|
| 3 |
-
numpy==
|
| 4 |
scikit-learn==1.5.1
|
| 5 |
yfinance==0.2.41
|
| 6 |
keras==3.5.0
|
| 7 |
matplotlib==3.9.2
|
| 8 |
-
tensorflow==2.17.0
|
|
|
|
| 1 |
streamlit==1.37.1
|
| 2 |
pandas==2.2.2
|
| 3 |
+
numpy==1.23.5
|
| 4 |
scikit-learn==1.5.1
|
| 5 |
yfinance==0.2.41
|
| 6 |
keras==3.5.0
|
| 7 |
matplotlib==3.9.2
|
| 8 |
+
tensorflow==2.17.0
|