summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJen Herting <jen@herting.cc>2022-02-14 00:26:10 -0500
committerGitHub <noreply@github.com>2022-02-13 22:26:10 -0700
commit2c56cbd2bc566547618483efa5fcfa847ace3f6e (patch)
tree014f557fda2e07192a32a27a6b6e66b571adb739
parentbece9fd823af829dc297ee92c6ce7935df105765 (diff)
downloadspack-2c56cbd2bc566547618483efa5fcfa847ace3f6e.tar.gz
spack-2c56cbd2bc566547618483efa5fcfa847ace3f6e.tar.bz2
spack-2c56cbd2bc566547618483efa5fcfa847ace3f6e.tar.xz
spack-2c56cbd2bc566547618483efa5fcfa847ace3f6e.zip
[py-ctgan] fixed py-torchvision version range (#28892)
-rw-r--r--var/spack/repos/builtin/packages/py-ctgan/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-ctgan/package.py b/var/spack/repos/builtin/packages/py-ctgan/package.py
index 639e3d1d6b..1293279344 100644
--- a/var/spack/repos/builtin/packages/py-ctgan/package.py
+++ b/var/spack/repos/builtin/packages/py-ctgan/package.py
@@ -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'))