easyconfigs-it4i/s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
Lukáš Krupčík d92e1a478a new file: c/Cube/Cube-4.3.5.eb
new file:   g/GROMACS/GROMACS-2016.5-intel-2017b-serial.eb
	new file:   o/OPARI2/OPARI2-2.0.2.eb
	new file:   o/OTF2/OTF2-2.1.eb
	new file:   s/Score-P/Score-P-3.1-intel-2017a.eb
	new file:   s/scikit-image/.scikit-image-0.13.1-Py-3.6.eb.swp
	modified:   s/scikit-learn/scikit-learn-0.19.1-Py-3.6.eb
2018-02-20 14:05:51 +01:00

34 lines
924 B
Plaintext

# IT4Innovations 2018
easyblock = 'PythonPackage'
name = 'scikit-learn'
version = '0.19.1'
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': 'Py', 'version': '3.6'}
source_urls = [PYPI_SOURCE]
sources = [SOURCE_TAR_GZ]
dependencies = [
('matplotlib', '2.1.1'),
('numpy', '1.13.3'),
('scipy', '1.0.0'),
('scikit-image', '0.13.1'),
]
options = {'modulename': 'sklearn'}
sanity_check_paths = {
'files': [],
'dirs': ['lib/python3.6/site-packages/sklearn'],
}
moduleclass = 'python'