diff --git a/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml new file mode 100644 index 00000000..49243dbd --- /dev/null +++ b/releasenotes/notes/pandas-restriction-0965815429fd8877.yaml @@ -0,0 +1,11 @@ +--- +upgrade: + - | + Drop pandas minimum version requirement restriction and increase yfinance minimum version + to 0.1.70. + The bug that broke yfinance upon upgrading to pandas>=1.4.0 has been fixed + in the release version 0.1.70. + Related links: + + * https://github.com/ranaroussi/yfinance/releases/tag/0.1.70 + * https://github.com/ranaroussi/yfinance/issues/937 diff --git a/requirements.txt b/requirements.txt index 1e91ae1f..0c3e0c02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ psutil>=5 scikit-learn>=0.20.0 fastdtw setuptools>=40.1.0 -pandas<1.4.0 +pandas quandl -yfinance>=0.1.62 +yfinance>=0.1.70