-
Notifications
You must be signed in to change notification settings - Fork 11
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
Bumped PyMC version and limited numpy version #283
Conversation
This still needs some work? |
Yeah I'll shelf it now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you take our 3.12 in some places here?
I thought I reviewed and approved this (including 3.12 here) earlier today.
That was for |
PyMC fixed pytensor import error in 5.8.2. Using that version onwards.
Also numpy 1.26 is causing some compatibility issues with pytensor. Pytensor is limiting the version of numpy and we are doing the same until they resolve this.