infinity
infinity copied to clipboard
allow numpy >= 2.0
numpy 1 do not support python >= 3.13
and from link onnxruntime>=1.19.0 (released August 2024) is compatible with numpy>=2.0.0.
and we have already pin onnxruntime to 1.19.
So I think we can unpin numpy now
Related Issue
Checklist
- [x] I have read the CONTRIBUTING guidelines.
- [x] I have added tests to cover my changes.
- [x] I have updated the documentation (docs folder) accordingly.
Additional Notes
Add any other context about the PR here.
Nice, we should probably also extend the tests to cover 3.13 then