mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-29 03:30:52 +00:00
### Description Updates the version of numpy required by onnxruntime to >=1.21.6,<2.0 ### Motivation and Context Numpy released version 2.0. The onnxruntime 1.18.1 release is using numpy < 2.0, so we need to update requirement files to only install versions between 1.21.6 and 2.0 (non-inclusive).
6 lines
68 B
Text
6 lines
68 B
Text
coloredlogs
|
|
flatbuffers
|
|
numpy>=1.21.6,<2.0
|
|
packaging
|
|
protobuf
|
|
sympy
|