-
Notifications
You must be signed in to change notification settings - Fork 2
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
Update to PyMC5 #108
Update to PyMC5 #108
Conversation
Tried to install without constraining to
install with python=3.11 works. (Just to report this) |
Example from
fails for me with
|
Sorry that |
Then, shouldnt I get a different error message like |
e61d602
to
7fc2c3e
Compare
15cbd10
to
a611c51
Compare
- removes dependency on Python 3.11 - adds CI tests for Python 3.12 - removes Theano dependency Co-authored-by: Sven Willner <[email protected]> Co-authored-by: Robert Gieseke <[email protected]>
a611c51
to
192dad3
Compare
Good point, I'll create an issue for that! |
PyMC5 currently has issues with 3.13 See #108 (comment)
This PR updates Attrici to the latest PyMC 🚀 version and removes the workarounds and outdated dependencies resulting from using PyMC3.