onnxruntime/tools/ci_build/github/linux/docker/scripts/manylinux/requirements.txt
Yifan Li 562ddce270
Re-enable test symbolic shape infer (#22737)
### 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
2024-11-14 11:28:00 -08:00

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