[py-ctgan] fixed py-torchvision version range (#28892)

This commit is contained in:
Jen Herting 2022-02-14 00:26:10 -05:00 committed by GitHub
parent bece9fd823
commit 2c56cbd2bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))