-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Pin SciPy to <1.8.0
#5449
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
Pin SciPy to <1.8.0
#5449
Conversation
Codecov Report
@@ Coverage Diff @@
## main #5449 +/- ##
==========================================
+ Coverage 80.23% 81.41% +1.18%
==========================================
Files 82 82
Lines 13941 14218 +277
==========================================
+ Hits 11185 11576 +391
+ Misses 2756 2642 -114
|
rtd is still failing, from trying to install numpy==1.19 which I can only assume is a strange requirement of some testing library. We might need to split test/docs... requirements for this to work (and therefore address #5074) |
Running
|
I guess there are significant differences between ubuntu 18 and latest (should be 20 I think). But also with python 3.7! IIRC, the latest versions of numpy/scipy... don't support it anymore, there was a NEP about this but don' t have the link at hand, I'll try to come back and help a bit more tonight. |
This is probably fine as a hot fix, but technically this is not a pymc issue but an aesara one and that's where it should be fixed (e.g. by pinning the version there), rather than here. |
Just seeing it's already fixed there: aesara-devs/aesara#812 so shouldn't we just wait for a new aesara release and pin to that? |
If you pin |
Ah, that's what you did in 498dc43. That actually looks right, not sure why numpy even gets compiled in the arviz installation? |
It wasn't that |
7c77a2c
to
edb3678
Compare
Okay installation seems to have worked now! |
Also weirdly... arviz compat and jax workflows are using the "dev" environments, and not the "test" ones... Why is that? And some environments pin the pandas version but not others... |
edb3678
to
dfd9a88
Compare
Reverting the Aesara upgrade, because that fails due to #5446 |
It shouldn't, oversight. |
Ok, so
|
8f9c140
to
9b9ff5a
Compare
af4896d
to
060cfdf
Compare
See tracking issue #5448.