-
Notifications
You must be signed in to change notification settings - Fork 430
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
Incompatible with numpy 2.0.0rc1 #509
Comments
Was introduced here: #361 |
But even doing
So there is more to it... |
Thanks for bringing this up! I've been meaning to look into this, but I'm not 100% sure how much capacity I'll have. If you or anyone else wants to start looking into this and opening up a PR that would be very much appreciated!! |
Numpy 2 is around the corner with having its first release candidate: https://pypi.org/project/numpy/2.0.0rc1
emcee
at least usesVisibleDeprecationWarning
from numpy that will be removed with numpy 2: https://numpy.org/devdocs/release/2.0.0-notes.htmlSo with the release of numpy 2, emcee will run into some troubles.
The text was updated successfully, but these errors were encountered: