-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Update onnx to work with numpy>=2.0 #6196
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
Conversation
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Do we specify numpy>2.0 explicitly somewhere in the release pipeline too? If not should we do it?
Fixes #6136 ? |
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
It should. |
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6196 +/- ##
==========================================
+ Coverage 56.95% 57.07% +0.11%
==========================================
Files 506 506
Lines 30467 31061 +594
Branches 4592 4620 +28
==========================================
+ Hits 17353 17728 +375
- Misses 12285 12505 +220
+ Partials 829 828 -1 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Signed-off-by: Xavier Dupre <xadupre@microsoft.com>
Description
onnx compiled with numpy 1.x does not work with numpy 2.0. onnx compiled with numpy 2.0 works numpy 1.x.
Fixes #6136 Fixes #6197