-
Notifications
You must be signed in to change notification settings - Fork 44
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
[BUG] Pandas and SciPy dependencies requires building #89
Comments
Hi @sqr00t :) |
Thanks for the quick response @talgalili . This sounds great! Is there a dev roadmap that you'd be free to link me to? Keen to contribute/ test. |
Thanks for the offer @sqr00t ! Other than that, no major changes are planned. If you have PR you want to propose, please do so and I'll gladly give them a look. Also, if you'd be willing to share how/what you use balance for, I'd be happy to know about it. Cheers, |
Hey @sqr00t We've just updated github to use sklearn instead of glmnet and updated many functions. Could you please check/test if this version works for you now? (use the github version, we didn't upload it to pypi yet) |
Describe the bug
The version restrictions on Pandas and SciPy are deprecated or has dependency conflicts. Restriction of SciPy <= 1.9.2 resolved to SciPy==1.6.3 for my project, which does not have a cp310 wheel. This triggers complex building of wheels for SciPy for Python 3.10.14, and a few of the build dependencies cannot be installed due to admin restrictions.
Also note that Pandas <2 will face deprecation and PyPI hosted wheels for ARM builds are mostly unavailable already (again, triggering rebuilding).
Currently, the support window for SciPy 1.9.x and Pandas <2.x.x has passed.
Additional context
Machine Info:
Edit:
scipy.empty
attribute. This is an open issue for SciPy>=1.12.0Failing tests
Failed tests for
pandas==1.5.3
,pandas<2.0.0
, 3 testsFailed tests for
pandas==2.0.3
,pandas<2.1.0, >2.0.0
, 16 testsFailed tests for
pandas==2.2.3
(latest as of November 2024), 17 testsThe text was updated successfully, but these errors were encountered: