Install this version:
emerge -a =dev-python/onnxscript-0.6.2-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/onnxscript-0.6.2-r1
Or alternatively:
emerge --autounmask-write -a =dev-python/onnxscript-0.6.2-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.6.2-r1 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi
DESCRIPTION="ONNX Script - authoring ONNX functions and models using a Python subset"
HOMEPAGE="https://github.com/microsoft/onnxscript"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/ml-dtypes[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
>=dev-python/onnx-ir-0.1.15[${PYTHON_USEDEP}]
>=sci-ml/onnx-1.17[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.10[${PYTHON_USEDEP}]
"
dev-python/ml-dtypes[] dev-python/numpy[] >=dev-python/onnx-ir-0.1.15[] >=sci-ml/onnx-1.17[] dev-python/packaging[] >=dev-python/typing-extensions-4.10[]