Bringing back numpy 1.x support? #61
futurewasfree
started this conversation in
Ideas
Replies: 2 comments 6 replies
-
Can't you just use the older versions? |
Beta Was this translation helpful? Give feedback.
0 replies
-
But the older versions won't work with numpy 2.x? |
Beta Was this translation helpful? Give feedback.
6 replies
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.
-
Just thinking out loud here and looking at the diff for numpy 2.x: afa736b
wondering if it's possible to bring back support for numpy 1.x and support both of them with a help of
numpy.__version__
check?I work on quite a big codebase with multiple projects and the reason why I'm asking is the following:
I have found myself a bit stuck between 3 constraints:
< 8
. So that that old project could resolve it to pydantic_numpy5.x
Maybe there are other solutions to break this knot, but I want to hear your opinion on numpy 1.x. Maybe it's deprecated a bit too early?
Beta Was this translation helpful? Give feedback.
All reactions