New version: py-onnx 1.8.1 (#29214)
* New version: py-onnx 1.8.1 * Update package.py
This commit is contained in:
parent
abfd300eef
commit
8eefab4033
@ -19,6 +19,7 @@ class PyOnnx(PythonPackage):
|
||||
homepage = "https://github.com/onnx/onnx"
|
||||
pypi = "Onnx/onnx-1.6.0.tar.gz"
|
||||
|
||||
version('1.8.1', sha256='9d65c52009a90499f8c25fdfe5acda3ac88efe0788eb1d5f2575a989277145fb')
|
||||
version('1.6.0', sha256='3b88c3fe521151651a0403c4d131cb2e0311bd28b753ef692020a432a81ce345')
|
||||
version('1.5.0', sha256='1a584a4ef62a6db178c257fffb06a9d8e61b41c0a80bfd8bcd8a253d72c4b0b4')
|
||||
|
||||
@ -27,6 +28,7 @@ class PyOnnx(PythonPackage):
|
||||
depends_on('protobuf@:3.17')
|
||||
depends_on('py-protobuf+cpp@:3.17', type=('build', 'run'))
|
||||
depends_on('py-numpy', type=('build', 'run'))
|
||||
depends_on('py-numpy@1.16.6:', type=('build', 'run'), when='@1.8.1:')
|
||||
depends_on('py-six', type=('build', 'run'))
|
||||
depends_on('py-typing@3.6.4:', when='^python@:3.4', type=('build', 'run'))
|
||||
depends_on('py-typing-extensions@3.6.2.1:', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user