py-kornia: add version 0.6.1 (#26939)

This commit is contained in:
Adam J. Stewart 2021-10-25 20:15:57 -05:00 committed by GitHub
parent b05df2cdc7
commit 4a8c53472d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,9 +12,12 @@ class PyKornia(PythonPackage):
homepage = "https://www.kornia.org/"
pypi = "kornia/kornia-0.5.10.tar.gz"
version('0.6.1', sha256='f638fb3309f88666545866c162f510b6d485fd8f7131d5570d4e6c0d295fdcd6')
version('0.5.10', sha256='428b4b934a2ba7360cc6cba051ed8fd96c2d0f66611fdca0834e82845f14f65d')
depends_on('python@3.6:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
depends_on('py-pytest-runner', type='build')
depends_on('py-torch@1.6.0:', type=('build', 'run'))
depends_on('py-torch@1.8.1:', when='@0.6:', type=('build', 'run'))
depends_on('py-packaging', when='@0.6:', type=('build', 'run'))