-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Remove pin of SciPy 1.8.0 once we run Aesara 2.4.0 #5448
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
Labels
Milestone
Comments
Merged
michaelosthege
added a commit
to michaelosthege/pymc
that referenced
this issue
Feb 6, 2022
Version ranges for NumPy and SciPy were aligned between all CI envs. Since Theano-PyMC is incompatible with the new SciPy 1.8.0, this upper limit will most likely stay for all `v3` versions. See tracking issue pymc-devs#5448.
ricardoV94
pushed a commit
to michaelosthege/pymc
that referenced
this issue
Feb 15, 2022
See tracking issue pymc-devs#5448.
The temporary pin can be removed once we update our Aesara dependency (pending #5446) |
ricardoV94
pushed a commit
to michaelosthege/pymc
that referenced
this issue
Feb 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of your problem
There's a new SciPy release 1.8.0 and they refactored their public/private API.
https://github.com/scipy/scipy/releases/tag/v1.8.0
Aesara has some import incompatibilities and this is causing our CIs to fail.
Related Aesara issue: aesara-devs/aesara#810
The incompatibility will most probably affect
v3
too, so we'll want to backport a pin of the upper SciPy version.Versions and main components
<=3.11.4
,<=4.0.0b2
<=2.3.8
The text was updated successfully, but these errors were encountered: