Skip to content

deps: bump onnx to 1.22, onnxruntime to 1.23, add Python 3.13#27

Open
andife wants to merge 1 commit into
interpretml:masterfrom
andife:bump-onnx-latest
Open

deps: bump onnx to 1.22, onnxruntime to 1.23, add Python 3.13#27
andife wants to merge 1 commit into
interpretml:masterfrom
andife:bump-onnx-latest

Conversation

@andife

@andife andife commented Jun 17, 2026

Copy link
Copy Markdown

This is an exploratory PR to test compatibility with the current ONNX ecosystem.

Changes

requirements.txt

Package Before After
onnx ~=1.8 >=1.22
numpy ~=1.19 >=1.23

requirements_test.txt

Package Before After
onnxruntime ~=1.7 >=1.23
skl2onnx ~=1.19.0 >=1.20
pytest ~=6.2 >=7.0

.github/workflows/ci.yml

  • Python 3.13 added to the test matrix

Notes

  • onnx 1.22 is the current latest release and requires numpy >= 1.23
  • onnxruntime 1.23 is the newest release that still supports Python 3.10; later versions require Python 3.11+

onnx 1.22 is the current latest release; numpy minimum is raised to
1.23 to satisfy its requirement. onnxruntime is bumped to 1.23, the
newest release that still supports Python 3.10. skl2onnx and pytest
are also updated to their current releases. Python 3.13 is added to
the test matrix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant