Files
onnx--onnx/requirements-dev.txt
Christian Bourjau 1e58fd5ec2 Move tests from /onnx/test to /tests (#8253)
We are currently shipping our unit tests (`onnx.test`) in the Python
package. These tests, which are different from `onnx.backend.test`, are
not relevant for downstream users. Furthermore, they are not usable with
the regular dependencies of the `onnx` package (i.e., we actually ship a
broken package today if one were to be pedantic about this).

With this PR I'd like to move these out of the package (i.e., `onnx/`)
into the root-level `tests/` which is more idiomatic in Python these
days. I don't see why a downstream package would import anything from
`onnx.test`, and I wasn't able to find an open-source project doing so
(see
https://grep.app/search?regexp=true&q=%28%28from%29%7C%28import%29%29%5Csonnx%5C.test).

---------

Signed-off-by: Christian Bourjau <christian.bourjau@quantco.com>
Signed-off-by: Christian Bourjau <cbourjau@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Andreas Fehlner <fehlner@arcor.de>
2026-08-09 17:33:38 -07:00

13 lines
258 B
Plaintext

build
numpy>=1.23.2
packaging
protobuf>=6.33.1
pytest
pytest-cov
pytest-xdist
lintrunner>=0.13.1
lintrunner-adapters>=0.14.1
# Edit additional linter dependencies in requirements-lintrunner.txt
# Dependencies for the reference implementation.
Pillow>=12.2.0