onnxruntime/tools/ci_build/github/windows/eager/requirements.txt
Changming Sun 4af593a722
Add python 3.13 support (#22380)
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.
2024-10-14 18:07:54 -07:00

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