Update requirements.txt
Browse filesFix yfinance version to build the project
- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -12,4 +12,4 @@ matplotlib>=3.7.0
|
|
| 12 |
|
| 13 |
|
| 14 |
torch>=2.0.0
|
| 15 |
-
yfinance
|
|
|
|
| 12 |
|
| 13 |
|
| 14 |
torch>=2.0.0
|
| 15 |
+
yfinance==0.2.28
|