Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,6 @@
|
|
| 1 |
pandas
|
| 2 |
PyPortfolioOpt
|
| 3 |
plotly
|
| 4 |
-
matplotlib=
|
| 5 |
yfinance
|
|
|
|
|
|
| 1 |
pandas
|
| 2 |
PyPortfolioOpt
|
| 3 |
plotly
|
| 4 |
+
matplotlib>=3.9
|
| 5 |
yfinance
|
| 6 |
+
numpy>=2.0
|