mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 10:51:21 +01:00
31 lines
925 B
Plaintext
31 lines
925 B
Plaintext
easyblock = 'PythonPackage'
|
|
|
|
name = 'scikit-learn'
|
|
version = '0.18.2'
|
|
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]
|
|
|
|
dependencies = [
|
|
('Python', '3.6.1'),
|
|
('matplotlib', '2.0.2', versionsuffix + '-libpng-1.6.29'),
|
|
]
|
|
|
|
options = {'modulename': 'sklearn'}
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python%(pyshortver)s/site-packages/sklearn'],
|
|
}
|
|
|
|
moduleclass = 'data'
|