Skip to content

Commit

Permalink
fix ssm-simulator dependency 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderFengler committed Nov 30, 2023
1 parent 54ae318 commit 206669a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 29,7 @@
scripts=['scripts/hddm_demo.py'],
description='HDDM is a python module that implements Hierarchical Bayesian estimation of Drift Diffusion Models.',
install_requires=['numpy >=1.20.0, < 1.23.0', 'scipy == 1.6.1', 'cython >= 0.29.0', 'pandas >= 1.0.0, < 1.5.0', 'patsy', 'seaborn == 0.11.0', 'statsmodels >= 0.12.0, < 0.13.0', 'tqdm >= 4.1.0', 'scikit-learn == 0.24', 'cloudpickle >= 2.0.0', 'kabuki >= 0.6.0', 'PyMC >= 2.3.3, < 3.0.0', 'arviz == 0.11', 'ssm-simulators == 0.3.2'],
setup_requires=['numpy >=1.20.0, < 1.23.0', 'scipy == 1.6.1', 'cython >= 0.29.0', 'pandas >= 1.0.0, < 1.5.0' 'patsy', 'seaborn == 0.11.0', 'statsmodels >= 0.12.0, < 0.13.0', 'tqdm >= 4.1.0', 'scikit-learn == 0.24', 'cloudpickle >= 2.0.0', 'kabuki >= 0.6.0', 'PyMC >= 2.3.3, < 3.0.0', 'arviz == 0.11', 'ssm-simulators > 0.3.2'],
setup_requires=['numpy >=1.20.0, < 1.23.0', 'scipy == 1.6.1', 'cython >= 0.29.0', 'pandas >= 1.0.0, < 1.5.0' 'patsy', 'seaborn == 0.11.0', 'statsmodels >= 0.12.0, < 0.13.0', 'tqdm >= 4.1.0', 'scikit-learn == 0.24', 'cloudpickle >= 2.0.0', 'kabuki >= 0.6.0', 'PyMC >= 2.3.3, < 3.0.0', 'arviz == 0.11', 'ssm-simulators == 0.3.2'],
include_dirs = [np.get_include()],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 206669a

Please sign in to comment.