onnxruntime/requirements.txt
Adrian Lizarraga 387127404e
[ORT 1.18.1 Release] Update ORT numpy dependency to >=1.21.6,<2.0 (#21141)
### 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).
2024-06-24 11:24:55 -07:00

6 lines
68 B
Text

coloredlogs
flatbuffers
numpy>=1.21.6,<2.0
packaging
protobuf
sympy