Skip to content
Snippets Groups Projects
Commit 61349817 authored by Alexandre Strube's avatar Alexandre Strube
Browse files

librosa, scikit, imageio and dask for gcccoremkl

parent 637cfa96
Branches
No related tags found
No related merge requests found
easyblock = 'PythonBundle'
name = 'dask'
version = '2022.10.2'
homepage = 'https://dask.org/'
description = """Dask natively scales Python. Dask provides advanced parallelism for analytics, enabling performance
at scale for the tools you love."""
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
dependencies = [
('Python', '3.10.4'),
('PyYAML', '6.0'),
('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('bokeh', '2.4.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
]
use_pip = True
exts_list = [
('toolz', '0.12.0', {
'checksums': ['88c570861c440ee3f2f6037c4654613228ff40c93a6c25e0eba70d17282c6194'],
}),
('locket', '1.0.0', {
'checksums': ['5c0d4c052a8bbbf750e056a8e65ccd309086f4f0f18a2eac306a8dfa4112a632'],
}),
('partd', '1.3.0', {
'checksums': ['ce91abcdc6178d668bcaa431791a5a917d902341cb193f543fe445d494660485'],
}),
('fsspec', '2021.11.0', {
'checksums': ['cbb7bafd59aa33684a92e843877f4adc0109fb0722b1a26e7d08f5a6e2500904'],
}),
('HeapDict', '1.0.1', {
'checksums': ['8495f57b3e03d8e46d5f1b2cc62ca881aca392fd5cc048dc0aa2e1a6d23ecdb6'],
}),
('zict', '2.2.0', {
'checksums': ['d7366c2e2293314112dcf2432108428a67b927b00005619feefc310d12d833f3'],
}),
('tblib', '1.7.0', {
'checksums': ['059bd77306ea7b419d4f76016aef6d7027cc8a0785579b5aad198803435f882c'],
}),
('cloudpickle', '2.2.0', {
'checksums': ['3f4219469c55453cfe4737e564b67c2a149109dabf7f242478948b895f61106f'],
}),
(name, version, {
'checksums': ['42cb43f601709575fa46ce09e74bea83fdd464187024f56954e09d9b428ceaab'],
}),
('distributed', version, {
'checksums': ['53f0a5bf6efab9a5ab3345cd913f6d3f3d4ea444ee2edbea331c7fef96fd67d0'],
}),
('dask-mpi', '2022.4.0', {
'checksums': ['0a04f1d7d35a06cdff506593330d4414ea242c9172498ce191f5742eac499e17'],
}),
('docrep', '0.3.2', {
'checksums': ['ed8a17e201abd829ef8da78a0b6f4d51fb99a4cbd0554adbed3309297f964314'],
}),
('dask-jobqueue', '0.8.1', {
'checksums': ['16fd1b646a073ad3de75dde12a0dfe529b836f21a3bdbcee2a88bef24e9112a7'],
}),
]
sanity_check_paths = {
'files': ['bin/dask-%s' % x for x in ['mpi', 'scheduler', 'ssh', 'worker']],
'dirs': ['lib/python%(pyshortver)s/site-packages'],
}
sanity_check_commands = ["dask-scheduler --help"]
sanity_pip_check = True
moduleclass = 'data'
easyblock = 'PythonPackage'
name = 'imageio'
version = '2.22.2'
homepage = 'https://imageio.github.io'
description = """Imageio is a Python library that provides an easy interface to read and write a wide range of
image data, including animated images, video, volumetric data, and scientific formats."""
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
sources = [SOURCE_TAR_GZ]
checksums = ['db7010cd10712518819a4187baf61b05988361ea20c23e829918727b27acb977']
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('Pillow-SIMD', '9.2.0'),
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
moduleclass = 'vis'
easyblock = 'PythonBundle'
name = 'librosa'
version = '0.9.2'
homepage = 'https://librosa.github.io'
description = "Python module for audio and music processing"
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('FFmpeg', '4.4.2'),
('matplotlib', '3.5.2'),
('numba', '0.56.4', '-CUDA-11.7'),
('libsndfile', '1.1.0'),
('scikit-learn', '1.1.2'),
('scikit-image', '0.19.3'),
]
exts_list = [
('audioread', '2.1.9', {
'checksums': ['a3480e42056c8e80a8192a54f6729a280ef66d27782ee11cbd63e9d4d1523089'],
}),
('SoundFile', '0.10.3.post1', {
'checksums': ['490cff42650733d1832728b937fe99fa1802896f5ef4d61bcf78cf7ebecb107b'],
}),
('resampy', '0.2.2', {
'checksums': ['62af020d8a6674d8117f62320ce9470437bb1d738a5d06cd55591b69b463929e'],
}),
(name, version, {
'checksums': ['5b576b5efdce428e90bc988bdd5a953d12a727e5f931f30d74c53b63abbe3c89'],
}),
]
use_pip = True
sanity_pip_check = True
moduleclass = 'lib'
easyblock = 'PythonBundle'
name = 'scikit-image'
version = '0.19.3'
homepage = 'https://scikit-image.org/'
description = "scikit-image is a collection of algorithms for image processing."
toolchain = {'name': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
dependencies = [
('Python', '3.10.4'),
('matplotlib', '3.5.2'),
('Pillow-SIMD', '9.2.0'),
('networkx', '2.8.4'),
('dask', '2022.10.2'),
('imageio', '2.22.2'),
]
use_pip = True
sanity_pip_check = True
exts_list = [
('PyWavelets', '1.4.1', {
'modulename': 'pywt',
'checksums': ['6437af3ddf083118c26d8f97ab43b0724b956c9f958e9ea788659f6a2834ba93'],
}),
('imread', '0.7.4', {
'checksums': ['0487adef11a22168700968c1727020361a72f6132b6ced2b8826b02d8cbf744f'],
}),
('pooch', '1.6.0', {
'checksums': ['57d20ec4b10dd694d2b05bb64bc6b109c6e85a6c1405794ce87ed8b341ab3f44'],
}),
('tifffile', '2022.10.10', {
'checksums': ['50b61ba943b866d191295bc38a00191c9fdab23ece063544c7f1a264e3f6aa8e'],
}),
(name, version, {
'modulename': 'skimage',
'checksums': ['24b5367de1762da6ee126dd8f30cc4e7efda474e0d7d70685433f0e3aa2ec450'],
}),
]
moduleclass = 'vis'
easyblock = 'PythonBundle'
name = 'scikit-learn'
version = '1.1.2'
homepage = 'https://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': 'gcccoremkl', 'version': '11.3.0-2022.1.0'}
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
]
use_pip = True
sanity_pip_check = True
exts_list = [
(name, version, {
'modulename': 'sklearn',
'checksums': ['7c22d1305b16f08d57751a4ea36071e2215efb4c09cb79183faa4e8e82a3dbf8'],
}),
('sklearn', '0.0', {
'checksums': ['e23001573aa194b834122d2b9562459bf5ae494a2d59ca6b8aa22c85a44c0e31'],
}),
]
moduleclass = 'data'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment