mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-21 21:52:11 +00:00
### Description <!-- Describe your changes. --> It seems after CI updated to py310, numpy got updated to 2.0 and sympy 1.2 failed to cast float numpy array. Pointing sympy to 1.13 when py>=3.9 and re-enable unit test ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> Error: Linux CPU CI
13 lines
265 B
Text
13 lines
265 B
Text
numpy==1.21.6 ; python_version < '3.9'
|
|
numpy==2.0.0 ; python_version >= '3.9'
|
|
mypy
|
|
pytest
|
|
setuptools>=68.2.2
|
|
wheel
|
|
onnx==1.16.1
|
|
protobuf==4.21.12
|
|
sympy==1.12 ; python_version < '3.9'
|
|
sympy==1.13 ; python_version >= '3.9'
|
|
flatbuffers
|
|
neural-compressor>=2.2.1
|
|
triton
|