mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-14 02:41:22 +01:00

new file: a/alchemlyb/alchemlyb-0.1.0-Py-2.7.eb new file: g/gperftools/gperftools-2.7.eb new file: h/HDF5/HDF5-1.10.4-gompi-2019.02-parallel.eb new file: h/HDF5/HDF5-1.10.4-intel-2018a-parallel.eb new file: h/h5py/h5py-2.9.0-intel-2018a-Py-2.7.eb new file: l/LAMMPS/LAMMPS-20181212-intel-2017c.eb new file: m/mpi4py/mpi4py-3.0.0-intel-2018a-Py-2.7.eb new file: p/pandas/pandas-0.23.4-Py-2.7.eb new file: p/pkgconfig/pkgconfig-1.3.1-intel-2018a-Py-2.7.eb new file: p/pmx/pmx-20190115-Py-2.7.eb new file: p/pymbar/pymbar-3.0.3-Py-2.7.eb new file: p/pytz/pytz-2018.9-Py-2.7.eb modified: q/QMCPACK/QMCPACK-3.6.0-intel-2018a.eb new file: s/scikit-learn/scikit-learn-0.20.2-Py-2.7.eb new file: t/tbb/tbb-2018_U5-intel-2017c.eb modified: x/X11/X11-20170314.eb
35 lines
955 B
Plaintext
35 lines
955 B
Plaintext
# IT4Innovations 2019
|
|
|
|
easyblock = 'PythonPackage'
|
|
|
|
name = 'scikit-learn'
|
|
version = '0.20.2'
|
|
|
|
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': '2.7'}
|
|
|
|
source_urls = [PYPI_SOURCE]
|
|
sources = [SOURCE_TAR_GZ]
|
|
|
|
dependencies = [
|
|
('matplotlib', '2.1.1'),
|
|
('numpy', '1.13.3'),
|
|
('scipy', '1.0.0'),
|
|
('scikit-image', '0.14.1'),
|
|
('Tk', '8.6.6', '', True),
|
|
]
|
|
|
|
options = {'modulename': 'sklearn'}
|
|
|
|
sanity_check_paths = {
|
|
'files': [],
|
|
'dirs': ['lib/python3.6/site-packages/sklearn'],
|
|
}
|
|
|
|
moduleclass = 'python'
|