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

ArviZ

parent 3914f7f9
Branches
No related tags found
No related merge requests found
easyblock = 'PythonBundle'
name = 'ArviZ'
version = '0.15.1'
homepage = 'https://github.com/arviz-devs/arviz'
description = "Exploratory analysis of Bayesian models with Python"
toolchain = {'name': 'foss', 'version': '2022a'}
dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('netcdf4-python', '1.6.1'),
('xarray', '2022.9.0', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('matplotlib', '3.5.2', '', ('gcccoremkl', '11.3.0-2022.1.0')),
('typing-extensions', '4.3.0'),
('h5py', '3.7.0'),
]
exts_list = [
('xarray-einstats', '0.5.1', {
'checksums': ['45283e8b471ac54ac2957bc14e311f681b84dabc50c85959b9931e6f5cc60bcb'],
}),
('daft', '0.1.2', {
'checksums': ['3e77e0389ca539a5741a906bcdcaae462b68261d06b960b0c04498b695d312e5'],
}),
('h5netcdf', '1.1.0', {
'checksums': ['932c3b573bed7370ebfc9e802cd60f1a4da5236efb11b36eeff897324d76bf56'],
}),
(name, version, {
'sources': ['%(namelower)s-%(version)s.tar.gz'],
'checksums': ['981cce0282bdf6f3b379255b95a440979f9a0ef0ae9dd88a54f763cf5b31484c'],
}),
]
download_dep_fail = True
use_pip = True
sanity_pip_check = True
moduleclass = 'math'
...@@ -428,6 +428,9 @@ software: ...@@ -428,6 +428,9 @@ software:
- name: 'Arrow' - name: 'Arrow'
owner: 'strube1' owner: 'strube1'
mpi: True mpi: True
- name: 'ArviZ'
ownser: 'strube1'
mpi: True
- name: 'ASE' - name: 'ASE'
owner: 'strube1' owner: 'strube1'
base: True base: True
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment