Skip to content

Commit

Permalink
Merge pull request easybuilders#19033 from jose-d/20231018154914_new_…
Browse files Browse the repository at this point in the history
…pr_zeus-mcmc254

{lib}[foss/2022a] zeus-mcmc v2.5.4
  • Loading branch information
migueldiascosta authored Oct 19, 2023
2 parents a0c177d + 7d0cdf6 commit 308a1bb
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions easybuild/easyconfigs/z/zeus-mcmc/zeus-mcmc-2.5.4-foss-2022a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
easyblock = 'PythonBundle'

name = 'zeus-mcmc'
version = '2.5.4'

homepage = 'https://zeus-mcmc.readthedocs.io'
description = "Zeus is a Python implementation of the Ensemble Slice Sampling method."

toolchain = {'name': 'foss', 'version': '2022a'}

dependencies = [
('Python', '3.10.4'),
('SciPy-bundle', '2022.05'),
('matplotlib', '3.5.2'),
('scikit-learn', '1.1.2'),
('tqdm', '4.64.0'),
]

use_pip = True
sanity_pip_check = True

exts_list = [
('seaborn', '0.12.2', {
'checksums': ['374645f36509d0dcab895cba5b47daf0586f77bfe3b36c97c607db7da5be0139'],
}),
(name, version, {
'modulename': 'zeus',
'checksums': ['594baa90de4ad4488c4db5ed6a0446f7103bc4b3de787f4d7d23c91c9aa88769'],
}),
]

moduleclass = 'math'

0 comments on commit 308a1bb

Please sign in to comment.