Skip to content

Commit

Permalink
Drop pandas requirement restriction (#174) (#176)
Browse files Browse the repository at this point in the history
* drop pandas requirement restriction

* Add release notes

Co-authored-by: Manoel Marques <manoel.marques@ibm.com>
(cherry picked from commit 8e1753f)

Co-authored-by: Lukas Burgholzer <lukas.burgholzer@jku.at>
  • Loading branch information
mergify[bot] and burgholzer authored Jun 16, 2022
1 parent 58109c7 commit 8c11682
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions releasenotes/notes/pandas-restriction-0965815429fd8877.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8c11682

Please sign in to comment.