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

xarray and scikit. deleting scikit from foss

parent b21fbe2a
No related branches found
No related tags found
No related merge requests found
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': 'foss', 'version': '2022a'}
dependencies = [
('Python', '3.10.4'),
('matplotlib', '3.5.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('Pillow-SIMD', '9.2.0'),
('networkx', '2.8.4', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('dask', '2022.10.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('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'
......@@ -13,7 +13,7 @@ dependencies = [
('matplotlib', '3.5.2'),
('Pillow-SIMD', '9.2.0'),
('networkx', '2.8.4'),
('dask', '2022.10.2'),
('dask', '2022.12.0'),
('imageio', '2.22.2'),
]
......
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': 'foss', 'version': '2022a'}
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
]
use_pip = True
sanity_pip_check = True
exts_list = [
(name, version, {
'modulename': 'sklearn',
'checksums': ['7c22d1305b16f08d57751a4ea36071e2215efb4c09cb79183faa4e8e82a3dbf8'],
}),
('sklearn', '0.0', {
'checksums': ['e23001573aa194b834122d2b9562459bf5ae494a2d59ca6b8aa22c85a44c0e31'],
}),
]
moduleclass = 'data'
......@@ -18,7 +18,7 @@ dependencies = [
('SciPy-bundle', '2022.05'), # required for numpy, pandas
('netcdf4-python', '1.6.1', '-serial'),
('h5py', '3.7.0', '-serial'),
('dask', '2022.10.2'),
('dask', '2022.12.0'),
('matplotlib', '3.5.2'),
('Seaborn', '0.12.1'),
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment