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
Branches
No related tags found
No related merge requests found
...@@ -2,10 +2,8 @@ easyblock = 'PythonPackage' ...@@ -2,10 +2,8 @@ easyblock = 'PythonPackage'
name = 'torchvision' name = 'torchvision'
version = '0.8.2' version = '0.8.2'
pysuffix = '-Python-%(pyver)s'
versionsuffix = '-Python-%(pyver)s' versionsuffix = '-Python-%(pyver)s'
homepage = 'http://pytorch.org/' homepage = 'http://pytorch.org/'
description = """The torchvision package consists of popular datasets, model architectures, and common image description = """The torchvision package consists of popular datasets, model architectures, and common image
transformations for computer vision.""" transformations for computer vision."""
...@@ -25,7 +23,7 @@ sources = [ ...@@ -25,7 +23,7 @@ sources = [
dependencies = [ dependencies = [
('Python', '3.8.5'), ('Python', '3.8.5'),
('SciPy-Stack', '2020', pysuffix), ('SciPy-Stack', '2020', versionsuffix),
('PyTorch', '1.7.0', versionsuffix), ('PyTorch', '1.7.0', versionsuffix),
('Pillow-SIMD', '7.0.0.post3', 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