Skip to content

Commit

Permalink
BLD: Changed name of pymc dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
twiecki committed Feb 18, 2014
1 parent 2fd2202 commit c60b615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -26,8 +26,8 @@
package_data={'hddm':['examples/*.csv', 'examples/*.conf']},
scripts=['scripts/hddm_demo.py'],
description='HDDM is a python module that implements Hierarchical Bayesian estimation of Drift Diffusion Models.',
install_requires=['NumPy >=1.6.0', 'SciPy >= 0.6.0', 'kabuki >= 0.5.3', 'PyMC == 2.3.2', 'pandas >= 0.12.0', 'patsy'],
setup_requires=['NumPy >=1.6.0', 'SciPy >= 0.6.0', 'kabuki >= 0.5.3', 'PyMC == 2.3.2', 'pandas >= 0.12.0', 'patsy'],
install_requires=['NumPy >=1.6.0', 'SciPy >= 0.6.0', 'kabuki >= 0.5.3', 'pymc==2.3.2', 'pandas >= 0.12.0', 'patsy'],
setup_requires=['NumPy >=1.6.0', 'SciPy >= 0.6.0', 'kabuki >= 0.5.3', 'pymc==2.3.2', 'pandas >= 0.12.0', 'patsy'],
include_dirs = [np.get_include()],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit c60b615

Please sign in to comment.