Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

PyPI - Version CI CII Best Practices OpenSSF Scorecard REUSE compliant Ruff abi3 compatible

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

ONNX is widely supported and can be found in many frameworks, tools, and hardware. Enabling interoperability between different frameworks and streamlining the path from research to production helps increase the speed of innovation in the AI community. We invite the community to join us and further evolve ONNX.

Use ONNX

Learn about the ONNX spec

Programming utilities for working with ONNX Graphs

Contribute

ONNX is a community project and the open governance model is described here. We encourage you to join the effort and contribute feedback, ideas, and code. You can participate in the Special Interest Groups and Working Groups to shape the future of ONNX.

Check out our contribution guide to get started.

If you think some operator should be added to ONNX specification, please read this document.

Community meetings

The schedules of the regular meetings of the Steering Committee, the working groups and the SIGs can be found here

Community Meetups are held at least once a year. Content from previous community meetups are at:

Discuss

We encourage you to open Issues, or use Slack (If you have not joined yet, please use this link to join the group) for more real-time discussion.

Follow Us

Stay up to date with the latest ONNX news. [Facebook] [Twitter/X]

Roadmap

A roadmap process takes place every year. More details can be found here

Installation

ONNX released packages are published in PyPi.

pip install onnx # or pip install onnx[reference] for optional reference implementation dependencies

ONNX weekly packages are published in PyPI to enable experimentation and early testing.

Detailed install instructions, including Common Build Options and Common Errors can be found here

Python ABI3 Compatibility

This package provides abi3-compatible wheels, allowing a single binary wheel to work across multiple Python versions (from 3.12 onwards).

Testing

ONNX uses pytest as test driver. In order to run tests, you will first need to install pytest:

pip install pytest

After installing pytest, use the following command to run tests.

pytest

Development

Check out the contributor guide for instructions.

Reproducible Builds (Linux)

This project provides reproducible builds for Linux.

A reproducible build means that the same source code will always produce identical binary outputs, no matter who builds it or where it is built.

To achieve this, we use the SOURCE_DATE_EPOCH standard. This ensures that build timestamps and other time-dependent information are fixed, making the output bit-for-bit identical across different environments.

Why this matters

  • Transparency: Anyone can verify that the distributed binaries were created from the published source code.
  • Security: Prevents tampering or hidden changes in the build process.
  • Trust: Users can be confident that the binaries they download are exactly what the maintainers intended.

If you prefer, you can use the prebuilt reproducible binaries instead of building from source yourself.

License

Apache License v2.0

Trademark

Checkout https://trademarks.justia.com for the trademark.

General rules of the Linux Foundation on Trademark usage

Code of Conduct

ONNX Open Source Code of Conduct

Release files for onnx-weekly 1.22.0.dev20260421

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for onnx-weekly 1.22.0.dev20260421
File Size Uploaded
onnx_weekly-1.22.0.dev20260421.tar.gz 12.1 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for onnx-weekly 1.22.0.dev20260421
File
onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_arm64.whl CPython 3.14 CPython 3.14 free-threading Windows ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_amd64.whl CPython 3.14 CPython 3.14 free-threading Windows x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 free-threading Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp314-cp314t-macosx_12_0_universal2.whl CPython 3.14 CPython 3.14 free-threading macOS 12.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_arm64.whl CPython 3.13 CPython 3.13 free-threading Windows ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_amd64.whl CPython 3.13 CPython 3.13 free-threading Windows x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.28+ x86-64, Linux glibc 2.27+ x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 free-threading Linux glibc 2.26+ ARM64, Linux glibc 2.28+ ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp313-cp313t-macosx_12_0_universal2.whl CPython 3.13 CPython 3.13 free-threading macOS 12.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_arm64.whl CPython 3.12 abi3 Windows ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_amd64.whl CPython 3.12 abi3 Windows x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp312-abi3-win32.whl CPython 3.12 abi3 Windows x86-32 Details
onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.12 abi3 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.12 abi3 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp312-abi3-macosx_12_0_universal2.whl CPython 3.12 abi3 macOS 12.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_arm64.whl CPython 3.11 CPython 3.11 Windows ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp311-cp311-win32.whl CPython 3.11 CPython 3.11 Windows x86-32 Details
onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp311-cp311-macosx_12_0_universal2.whl CPython 3.11 CPython 3.11 macOS 12.0+ universal2 (ARM64, x86-64) Details
onnx_weekly-1.22.0.dev20260421-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp310-cp310-win32.whl CPython 3.10 CPython 3.10 Windows x86-32 Details
onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.27+ x86-64, Linux glibc 2.28+ x86-64 Details
onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64, Linux glibc 2.26+ ARM64 Details
onnx_weekly-1.22.0.dev20260421-cp310-cp310-macosx_12_0_universal2.whl CPython 3.10 CPython 3.10 macOS 12.0+ universal2 (ARM64, x86-64) Details

Total release size: 474.7 MB

Release files / onnx_weekly-1.22.0.dev20260421.tar.gz

Download URL onnx_weekly-1.22.0.dev20260421.tar.gz
Size 12.1 MB
Tags Source
SHA-256 checksum
How to use checksums
035c8ad01531f7a5a4c4724973d32369772fdc196d8da0d7d431924989ae4fba
BLAKE2b-256 checksum
How to use checksums
2a352c4521b7d17164dce8b0952bcb319a8c89bdcc86965b679b20f9030a6d1d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_arm64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_arm64.whl
Size 16.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
ab7f8315c0483ead2e54606bd551e4be49904a3a8d08e197add62998b43192b9
BLAKE2b-256 checksum
How to use checksums
228207e5f1176f7a431fd29409c86d47f89f3cbe2bb814494c9c6a8684746b37
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp314-cp314t-win_amd64.whl
Size 16.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
af1fc380e818249e289ead2923e45dcf84211d989e4eab7679b8ba4eb02c15b4
BLAKE2b-256 checksum
How to use checksums
2012fa5d786e3ef38db3f393bb43603b1353504ea26bbdeafc3d53cc13a4dad8
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 17.6 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
3c3b92009921fd1a64a253e944b8810c798cc77af66de7c076dce78286713241
BLAKE2b-256 checksum
How to use checksums
b5b287c86056acd7447f919822d8bf7861d1ee08e87e02c6e7de168c58f5eb96
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 17.5 MB
Tags CPython 3.14 CPython 3.14 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
d6df4ae642d0d87f1fed8ccc70de5d6ad128ca8655dfd1676c4a30f74c7f6601
BLAKE2b-256 checksum
How to use checksums
6895b163240a97021132143c43e80066eb5a924a8ad7887f4e9a81fd237945ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp314-cp314t-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp314-cp314t-macosx_12_0_universal2.whl
Size 18.0 MB
Tags CPython 3.14 CPython 3.14 free-threading macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
2db3ec0fc00f29bc179e6776e61d3c1bb4acb65faaa66fb319f12cdb9158424c
BLAKE2b-256 checksum
How to use checksums
a26af0b0be43cd801e32917755df58135d858aad0b62a7d8bff1aa3cd71200ee
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_arm64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_arm64.whl
Size 16.5 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows ARM64
SHA-256 checksum
How to use checksums
e9dcbdd72db0d6e8532e7786cc5a31e08fd27b6f000d244a6d53f5d3d4a550de
BLAKE2b-256 checksum
How to use checksums
3a340ec7b2a00b0d85b6d4fac0e04494792c440f15a0395a714905af6b4b81c6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp313-cp313t-win_amd64.whl
Size 16.5 MB
Tags CPython 3.13 CPython 3.13 free-threading Windows x86-64
SHA-256 checksum
How to use checksums
b72c666f4a68c6ebf178121d644197e9ee9b369608925b1381d64be05291de89
BLAKE2b-256 checksum
How to use checksums
3a9a43ae6aedf8eb9500733602338a3bcad076adde7ad43d4a068b99bd826705
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 17.6 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
e05333e58606de970ce16a30e79299f5265e775baa32736c47f8693029317991
BLAKE2b-256 checksum
How to use checksums
e4dcb129c2ed48b490fba38d803d4d9e3d4bc3a7569c9de56db0cb37082ae559
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 17.5 MB
Tags CPython 3.13 CPython 3.13 free-threading Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8fa59879587f0f6a46a65d6a93775923f137a9890dddaadd5c86f1e9cac53501
BLAKE2b-256 checksum
How to use checksums
08cf2e37445375af84afa8decc2a3e8b70bf2733420dd1d7972fbf2ac0dd805b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp313-cp313t-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp313-cp313t-macosx_12_0_universal2.whl
Size 18.0 MB
Tags CPython 3.13 CPython 3.13 free-threading macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
f0a3058d4cbb1264a6c28bee94478fe247bad3b612c47e6bb0ae8719f301169d
BLAKE2b-256 checksum
How to use checksums
a2f9844b8c8d3a09a71d6651ff6203910a3d86517b11052fd1075320cf25fafd
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_arm64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_arm64.whl
Size 16.4 MB
Tags CPython 3.12 Windows ARM64 abi3
SHA-256 checksum
How to use checksums
c7466ff9ac9ced2d5f5a4c72bc623ee15193000b583a9e5df05721a4bdd8775f
BLAKE2b-256 checksum
How to use checksums
7a9e78f7a821b293eb6671e6a6016727c42259c84bd79fb6da6866dd7f4f9924
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp312-abi3-win_amd64.whl
Size 16.5 MB
Tags CPython 3.12 Windows x86-64 abi3
SHA-256 checksum
How to use checksums
62254aeed998d78c6e3f1e4b12e54dc5a5422175326ba80ecfce7f4393b63b69
BLAKE2b-256 checksum
How to use checksums
f766259b49aeacbcc359380783f3c74feb2a4fe7f4ed5803591af61818c99995
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp312-abi3-win32.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp312-abi3-win32.whl
Size 16.3 MB
Tags CPython 3.12 Windows x86-32 abi3
SHA-256 checksum
How to use checksums
8a9d407384bf00cf25891a9c9178cfae60c6e91f11a585d073ec44d62e3844ed
BLAKE2b-256 checksum
How to use checksums
748832014fca599131bfc8894ba4ec8baaea66e0f8b32939cce65e44676120ef
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 17.6 MB
Tags CPython 3.12 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64 abi3
SHA-256 checksum
How to use checksums
67acbb69b94e4a76f18a9bb34a592c5a352cfbbb79a91c56625a9b889ab4eed1
BLAKE2b-256 checksum
How to use checksums
7fbd92fdc60303c734b75c9139b12b232af5ae618104c4711bb63aae29154bb6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 17.5 MB
Tags CPython 3.12 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64 abi3
SHA-256 checksum
How to use checksums
84c3401f6efa50e1ed0a035da263718c88c2c119d22f35fa1ce1ee62f345cd47
BLAKE2b-256 checksum
How to use checksums
addae9ca2944b598e5c44df1c7f7fce3c136970faa5414539612fddb7c2dddc6
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp312-abi3-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp312-abi3-macosx_12_0_universal2.whl
Size 18.0 MB
Tags CPython 3.12 abi3 macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
b5688944d3c640deec2c311b0726dc4a84595c87e06e1e96fd0fbda10ca9f359
BLAKE2b-256 checksum
How to use checksums
69df46e5525ce1a0a39814f5459517b44df4f1b3a643bd26a45aa6b798f3cf95
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_arm64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_arm64.whl
Size 16.4 MB
Tags CPython 3.11 Windows ARM64
SHA-256 checksum
How to use checksums
93fd05837e10c055f17b47621dd4ee412c648a670a68b0814ec42729dff63347
BLAKE2b-256 checksum
How to use checksums
a5475f334e2a202ef30295d4cd133fcbfd1dbeb9d417f1d868876b3328975268
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp311-cp311-win_amd64.whl
Size 16.5 MB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
0de6590a5ec54c2e0508f5fc4280f43f70626a7646780fe4d23ef9807b320b4d
BLAKE2b-256 checksum
How to use checksums
86d4564af056400793b1e9677c0e822fcbc21134fb7f5a91b9b0b36b6a972b7c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp311-cp311-win32.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp311-cp311-win32.whl
Size 16.3 MB
Tags CPython 3.11 Windows x86-32
SHA-256 checksum
How to use checksums
5916913402b167638a1586feb98df7f8d437af8f3d381592a8cbb8dc2675c8fd
BLAKE2b-256 checksum
How to use checksums
6be342465603aef6865a154c0a92b36fdce5c4a45d12c0a11c5e13fb60d4c47c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 17.6 MB
Tags CPython 3.11 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
be0a243f0b8955f537cbebb8f67edc3cc1ef6452eebf1e72f75049e82add1b38
BLAKE2b-256 checksum
How to use checksums
035afa828da6a465cd9e6c0446c2a3131f112880b9edaaba434d612808d5d560
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 17.5 MB
Tags CPython 3.11 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
8933628b492688e944c20ba5b23ac704fb919b1456eed20bcd0bc2aecafbcb84
BLAKE2b-256 checksum
How to use checksums
395e9c725b740f392a9411b176504b0ace730403e41e0200ff91b76958837781
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp311-cp311-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp311-cp311-macosx_12_0_universal2.whl
Size 18.0 MB
Tags CPython 3.11 macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
602bcc0c717ed78d9618772dd8b8a1594ef8f4137a2481299c256130b598b252
BLAKE2b-256 checksum
How to use checksums
2b48953ef7201bb9b042783f2280c6a9f08706bfb60bed459d7086d66e6e5786
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp310-cp310-win_amd64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp310-cp310-win_amd64.whl
Size 16.5 MB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
00aa75a4502147a83782e97193f5ee219bebb634247e9132024a77cf6c660e0d
BLAKE2b-256 checksum
How to use checksums
63086b51603fc48b7b7421415000eeff35ec563ed1a4ff415c72be098d079875
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp310-cp310-win32.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp310-cp310-win32.whl
Size 16.3 MB
Tags CPython 3.10 Windows x86-32
SHA-256 checksum
How to use checksums
9906d6639dc01edcc032b270b0bfc1494fb16675c483f809ec394610a0f04a8c
BLAKE2b-256 checksum
How to use checksums
b645b7f775ebc67ad58752f74edd83b47b4f48b954f8fed1349f1d610695a75b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Size 17.6 MB
Tags CPython 3.10 Linux glibc 2.27+ x86-64 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
64353667941838d133ca8a7329b13b5b7f2faa6a3bc484566ed1ac40d7649c69
BLAKE2b-256 checksum
How to use checksums
d0199b240aacdf896ec6937610a7cab0522ec5bbbfce4c3d5ac96d78e87ea77c
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Size 17.5 MB
Tags CPython 3.10 Linux glibc 2.26+ ARM64 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
518dba76db1179aaf4a1d925940c2b82974744f73af78fd011a719423bd39e42
BLAKE2b-256 checksum
How to use checksums
631eb6358ae537d1eb961c3e09e2739ab669e848e362a782d9d53a62d9cc874f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release files / onnx_weekly-1.22.0.dev20260421-cp310-cp310-macosx_12_0_universal2.whl

Download URL onnx_weekly-1.22.0.dev20260421-cp310-cp310-macosx_12_0_universal2.whl
Size 18.0 MB
Tags CPython 3.10 macOS 12.0+ universal2 (ARM64, x86-64)
SHA-256 checksum
How to use checksums
28d9482be42910fe2a4aebaebc02d37fd64a49f528e0feefa87d7a4da8733909
BLAKE2b-256 checksum
How to use checksums
fff2234429cb9e5a87d796227f5146a49c183219e286f1e01d3689e6f10357bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.7

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Apr 21, 2026.

Transparency log

Release history Release notifications | RSS feed

This release
Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page