mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-15 20:50:42 +00:00
1. Add python 3.13 to our python packaging pipelines 2. Because numpy 2.0.0 doesn't support thread free python, this PR also upgrades numpy to the latest 3. Delete some unused files.
13 lines
205 B
Text
13 lines
205 B
Text
cerberus
|
|
numpy==1.24.4 ; python_version < '3.9'
|
|
numpy==2.1.2; python_version >= '3.9'
|
|
mypy
|
|
pytest
|
|
setuptools==69.0.3
|
|
wheel==0.42.0
|
|
onnx==1.16.1
|
|
argparse
|
|
sympy==1.12
|
|
flatbuffers
|
|
protobuf==4.21.12
|
|
packaging
|