-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
ImportError: cannot import name 'interp' from 'scipy' #156
Comments
Hey @turlog , I think you figured out the issue - I need to drop the dependency on scikit-plot. It's required only for one function, so I guess it shouldn't be too complicated. |
A fix is available in |
@shakedzy thanks a lot, I appreciate quick reaction :) |
Version 0.7.5 has been published to PyPi |
Cannot import module:
As you can see exception is raised in
scikitplot
which is not maintained (last commits in 2018).Current workaround is to pin
scipy<1.12
.The text was updated successfully, but these errors were encountered: