We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bbf0cb + e312a1c commit 0ea8f5eCopy full SHA for 0ea8f5e
requirements.txt
@@ -20,7 +20,7 @@ retrying
20
scipy==1.11.2
21
TA-Lib-Precompiled
22
tabulate
23
-yfinance==0.2.65
+yfinance==0.2.61
24
alive-progress==1.6.2
25
Pillow
26
scikit-learn==1.3.2
src/classes/Changelog.py
@@ -7,7 +7,7 @@
7
8
from classes.ColorText import colorText
9
10
-VERSION = "2.28"
+VERSION = "2.29"
11
12
changelog = colorText.BOLD + '[ChangeLog]\n' + colorText.END + colorText.BLUE + '''
13
[1.00 - Beta]
@@ -312,4 +312,7 @@
312
313
[2.28]
314
1. Bugfixes - yfinance package updated to 0.2.65 to fix Yahoo Finance rate limit issue
315
+
316
+[2.29]
317
+1. Bugfixes - yfinance package downgraded to 0.2.61
318
''' + colorText.END
0 commit comments