-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
requires numpy version 1.26.x (< 2.0) and appdirs module fix #65 #64 #66
Conversation
Just add a comment explaining why Numpy<2. Looks like Pandas install is hard-linked to Numpy 1 Edit: link to this: pandas-dev/pandas#59052 |
Please see bug #65 for all details.
|
Btw, I'm currently testing if Pandas has really fixed their datetime bug pandas-dev/pandas#55487 |
Thanks @ValueRaider. I set up a Linux docker and had the same issues:
So it would be safer for everyone to add those dependencies requirements |
Comment useless so I've redone it. |
yfinance-cache is not compatible with numpy 2.0.
making sure numpy 1.26 is installed
also requires appdirs and zoneinfo
fix #65 and #64