mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### Description * Update python version metadata to be in sync with latest python packages (onnxruntime, onnxruntime-gpu and onnxruntime-qnn). * Update black format target-version to 3.10, and use lintrunner to format all files. * Update the lintrunner installation command line to be consistent. * Include `requirements-lintrunner.txt` in `requirements-dev.txt` to avoid duplicated settings. ### Motivation and Context https://github.com/microsoft/onnxruntime/issues/22993 Python support by numpy: https://numpy.org/neps/nep-0029-deprecation_policy.html#drop-schedule ``` On Apr 05, 2024 drop support for Python 3.9 On Apr 04, 2025 drop support for Python 3.10 ```
19 lines
214 B
Text
19 lines
214 B
Text
-r requirements-lintrunner.txt
|
|
cerberus
|
|
flatbuffers
|
|
jinja2
|
|
numpy
|
|
onnx
|
|
onnxmltools
|
|
packaging
|
|
pandas
|
|
parameterized>=0.8.1
|
|
protobuf
|
|
pydocstyle[toml]
|
|
pytest
|
|
pytest-cov
|
|
scikit-learn
|
|
scipy
|
|
sympy
|
|
wheel
|
|
setuptools>=61.0.0
|