mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
36 lines
1.1 KiB
Plaintext
36 lines
1.1 KiB
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'scikit-image'
|
|
version = '0.12.3'
|
|
versionsuffix = '-Python-%(pyver)s'
|
|
|
|
homepage = 'http://scikit-learn.org/stable/index.html'
|
|
description = """Scikit-learn integrates machine learning algorithms in the tightly-knit scientific Python world,
|
|
building upon numpy, scipy, and matplotlib. As a machine-learning module,
|
|
it provides versatile tools for data mining and analysis in any field of science and engineering.
|
|
It strives to be simple and efficient, accessible to everybody, and reusable in various contexts."""
|
|
|
|
toolchain = {'name': 'system', 'version': ''}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
freetype_ver = '2.6.3'
|
|
|
|
dependencies = [
|
|
('Python', '2.7.13'),
|
|
('Qhull', '2015.2'),
|
|
('matplotlib', '1.5.1', versionsuffix + '-freetype-%s' % freetype_ver),
|
|
('networkx', '1.11', versionsuffix),
|
|
('Pillow', '3.2.0', versionsuffix + '-freetype-%s' % freetype_ver),
|
|
]
|
|
|
|
options = {'modulename': 'skimage'}
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages/'],
|
|
}
|
|
|
|
moduleclass = 'vis'
|