Why numpy has to be so outdated? #8696
SamTyurenkov
started this conversation in
General
Replies: 1 comment 1 reply
-
Is your Python version 3.13? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Whenever I install any third party package with pip, it attempts to sabotage numpy and reinstalls it to 2.3+ version.
I have learned the hard way that all packages should be installed together with numpy==1.26.4 to not break things.
But why does it have to be outdated?
Beta Was this translation helpful? Give feedback.
All reactions