Add checksum for py-onnxmltools 1.11.1 (#34400)

This commit is contained in:
iarspider 2022-12-09 12:04:20 +01:00 committed by GitHub
parent 606eef43bd
commit 38d37897d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,13 @@ class PyOnnxmltools(PythonPackage):
homepage = "https://github.com/onnx/onnxmltools"
pypi = "onnxmltools/onnxmltools-1.10.0.tar.gz"
# Source tarball not available on PyPI
version(
"1.11.1",
url="https://github.com/onnx/onnxmltools/archive/1.11.1.tar.gz",
sha256="a739dc2147a2609eff2b2aad4a423b9795a49557c6b4c55b15c9ee323b4a01b7",
)
version("1.11.0", sha256="174b857edcc2e4c56adbc7aed5234fff6a0f51a45956eb4c05c9f842c98bfa1f")
version("1.10.0", sha256="4eb4605f18ed66553fc17438ac8cf5406d66dcc624bedd76d8067e1b08e6c75d")