mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +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.
7 lines
140 B
Text
7 lines
140 B
Text
setuptools
|
|
wheel
|
|
numpy==1.21.6 ; python_version < '3.9'
|
|
numpy==2.1.2 ; python_version >= '3.9'
|
|
typing_extensions
|
|
torch==2.2.0
|
|
parameterized
|