Spaces:
Running
Running
AJAY KASU commited on
Commit ·
b3f495e
1
Parent(s): 38386cc
Fix: Upgrade yfinance to >=0.2.50 to resolve API hanging/errors
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
cvxpy>=1.4.1
|
| 2 |
-
yfinance>=0.2.
|
| 3 |
google-generativeai>=0.3.2
|
| 4 |
pandas>=2.1.4
|
| 5 |
numpy>=1.26.3
|
|
|
|
| 1 |
cvxpy>=1.4.1
|
| 2 |
+
yfinance>=0.2.50
|
| 3 |
google-generativeai>=0.3.2
|
| 4 |
pandas>=2.1.4
|
| 5 |
numpy>=1.26.3
|