diff --git a/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb b/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb index 92a13769bcb6961a2fd71f2fe714e176aa3119fe..5addb164637cd8cf6b9759f2acd30037d7b80b53 100644 --- a/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb +++ b/Golden_Repo/t/torchvision/torchvision-0.8.2-gcccoremkl-9.3.0-2020.2.254-GPU-Python-3.8.5.eb @@ -2,10 +2,8 @@ easyblock = 'PythonPackage' name = 'torchvision' version = '0.8.2' -pysuffix = '-Python-%(pyver)s' versionsuffix = '-Python-%(pyver)s' - homepage = 'http://pytorch.org/' description = """The torchvision package consists of popular datasets, model architectures, and common image transformations for computer vision.""" @@ -25,7 +23,7 @@ sources = [ dependencies = [ ('Python', '3.8.5'), - ('SciPy-Stack', '2020', pysuffix), + ('SciPy-Stack', '2020', versionsuffix), ('PyTorch', '1.7.0', versionsuffix), ('Pillow-SIMD', '7.0.0.post3', versionsuffix), ]