You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Add support for Numpy 2.0
Describe the solution you'd like
Update to onnxruntime 1.19 then change requirements/base.into support Numpy 2, and change any code as necessary to fix changes in types and sorting algorithms (add stable=True if required)
I would submit a PR, but I can't make the dependencies.
$ cd requirements
$ make
# ...
pip._internal.exceptions.DistributionNotFound: No matching distribution found for paddlepaddle==3.0.0b1
make: *** [compile-all-base] Error 1
Is your feature request related to a problem? Please describe.
Add support for Numpy 2.0
Describe the solution you'd like
Update to onnxruntime 1.19 then change requirements/base.into support Numpy 2, and change any code as necessary to fix changes in types and sorting algorithms (add stable=True if required)
Describe alternatives you've considered
N/A
Additional context
The lack of support in onnxruntime mentioned in the requirements file comment has been resolved:
requirements comment: https://github.com/Unstructured-IO/unstructured/blob/main/requirements/base.in#L14
onnx change: microsoft/onnxruntime#21063
onnxruntime added support for Numpy 2.0 in 1.19
The text was updated successfully, but these errors were encountered: