Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
streamlit
|
| 2 |
yfinance
|
| 3 |
pandas
|
| 4 |
-
numpy
|
| 5 |
scipy
|
| 6 |
plotly
|
| 7 |
openai
|
|
|
|
| 1 |
streamlit
|
| 2 |
yfinance
|
| 3 |
pandas
|
| 4 |
+
numpy==1.23.5 # ✅ Use an older version compatible with pandas-ta
|
| 5 |
scipy
|
| 6 |
plotly
|
| 7 |
openai
|