py-torchvision: add v0.10.1 (#26267)
This commit is contained in:
parent
1ad8c0d67d
commit
5c1e133d23
1 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ class PyTorchvision(PythonPackage):
|
|||
|
||||
version('main', branch='main')
|
||||
version('master', branch='main', deprecated=True)
|
||||
version('0.10.1', sha256='4d595cf0214c8adc817f8e3cd0043a027b52b481e05d67b04f4947fcb43d4277')
|
||||
version('0.10.0', sha256='82bb2c2b03d8a65f4ea74bb0ee5566b0876a1992aceefb1e11475c7b5d2e857b')
|
||||
version('0.9.1', sha256='79964773729880e0eee0e6af13f336041121d4cc8491a3e2c0e5f184cac8a718')
|
||||
version('0.9.0', sha256='9351ed92aded632f8c7f59dfadac13c191a834babe682f5785ea47e6fcf6b472')
|
||||
|
@ -48,6 +49,7 @@ class PyTorchvision(PythonPackage):
|
|||
|
||||
# https://github.com/pytorch/vision#installation
|
||||
depends_on('py-torch@master', when='@master', type=('build', 'link', 'run'))
|
||||
depends_on('py-torch@1.9.1', when='@0.10.1', type=('build', 'link', 'run'))
|
||||
depends_on('py-torch@1.9.0', when='@0.10.0', type=('build', 'link', 'run'))
|
||||
depends_on('py-torch@1.8.1', when='@0.9.1', type=('build', 'link', 'run'))
|
||||
depends_on('py-torch@1.8.0', when='@0.9.0', type=('build', 'link', 'run'))
|
||||
|
|
Loading…
Reference in a new issue