[py-ctgan] fixed py-torchvision version range (#28892)
This commit is contained in:
parent
bece9fd823
commit
2c56cbd2bc
@ -25,5 +25,5 @@ class PyCtgan(PythonPackage):
|
||||
depends_on('py-pandas@1.1.3:1', type=('build', 'run'))
|
||||
depends_on('py-scikit-learn@0.24:1', type=('build', 'run'))
|
||||
depends_on('py-torch@1.8.0:1', type=('build', 'run'))
|
||||
depends_on('py-torchvision@0.9', type=('build', 'run'))
|
||||
depends_on('py-torchvision@0.9:0', type=('build', 'run'))
|
||||
depends_on('py-rdt@0.6.1:0.6', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user