Skip to content

Commit

Permalink
Update hddm with optional dep PyTorch to make LAN function works
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Apr 30, 2024
1 parent 8bdea21 commit 265a229
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions easybuild/easyconfigs/h/HDDM/HDDM-0.9.9-foss-2021b.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
easyblock = 'PythonBundle'

name = 'HDDM'
version = '0.9.9'

homepage = 'https://hddm.readthedocs.io/'
description = """HDDM is a Python toolbox for hierarchical Bayesian parameter estimation
of the Drift Diffusion Model (via PyMC)."""

toolchain = {'name': 'foss', 'version': '2021b'}
# toolchainopts = {'usempi': False}
toolchainopts = {'pic': True}

dependencies = [
('Python', '3.9.6'),
('SciPy-bundle', '2021.10'),
('Seaborn', '0.11.2'),
('statsmodels', '0.13.1'),
('scikit-learn', '1.0.1'),
('tqdm', '4.62.3'),
('PyMC', '2.3.8'),
('ArviZ', '0.11.4'),
('PyTorch', '1.12.1'),
]

use_pip = True

exts_list = [
('kabuki', '0.6.5', {
'checksums': ['ffd8aabba4355a6ee55287120c02e8fb6300482970e3dbe615e07ed8102dba69'],
}),
('cloudpickle', '3.0.0', {
'checksums': ['996d9a482c6fb4f33c1a35335cf8afd065d2a56e973270364840712d9131a882'],
}),
('ssm-simulators', '0.3.0', {
'modulename': 'ssms',
'checksums': ['5477025d0c2a6a7f8aa3aa336a1368ff3256d86956f1bb93d7cc507a5651a860'],
}),
('patsy', '0.5.6', {
'checksums': ['95c6d47a7222535f84bff7f63d7303f2e297747a598db89cf5c67f0c0c7d2cdb'],
}),
(name, version, {
'checksums': ['2ed64db2be7acb5ef4c8b07dcf8ea4680fdfd168876be19db9cf885dd490fe5f'],
}),
]

sanity_check_paths = {
'files': ['bin/hddm_demo.py'],
'dirs': [],
}

sanity_pip_check = True

moduleclass = 'bio'

0 comments on commit 265a229

Please sign in to comment.