Skip to content
Snippets Groups Projects
Commit 0261e4d9 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

Useless pysuffix from a bygone merge of easyconfigs

parent d2adddc7
No related branches found
No related tags found
No related merge requests found
......@@ -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),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment