Skip to content
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

Compatibility with Scipy 1.9.0+ #64

Open
stevemandala opened this issue Jan 26, 2023 · 0 comments
Open

Compatibility with Scipy 1.9.0+ #64

stevemandala opened this issue Jan 26, 2023 · 0 comments

Comments

@stevemandala
Copy link

glmnet_python seems to work on top of scipy<=1.8.1. However, since version 1.9.0, scipy has deprecated & removed several libraries such as scipy.random() in favor of numpy.random() (full release notes here). Unfortunately, this not only blocks compatibility with later version of scipy, but also blocks support for Python 3.11, which only supports scipy 1.9.0+ (see facebookresearch/balance#19)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant