We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cb283f commit e00644dCopy full SHA for e00644d
requirements.txt
@@ -23,4 +23,4 @@ Sphinx>=5.3.0
23
sphinx_rtd_theme>=2.0.0
24
sphinx-intl>=2.1.0
25
yahooquery>=2.3.7
26
-yfinance>=0.1.84
+yfinance>=0.2.55
setup.cfg
@@ -26,7 +26,7 @@ install_requires =
pandas>=2.2.0,<3
27
progressbar2>=4.1.1,<5
28
yahooquery>=2.3.7,<3
29
- yfinance>=0.1.84,<1
+ yfinance>=0.2.55,<1
30
31
[options.packages.find]
32
where = src
0 commit comments