unstructured
unstructured copied to clipboard
feat/numpy_2
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: https://github.com/microsoft/onnxruntime/issues/21063
onnxruntime added support for Numpy 2.0 in 1.19