Skip to content
Snippets Groups Projects
Commit 396c2366 authored by Matthew Johnson's avatar Matthew Johnson
Browse files

add six and future to required packages

parent 652f670e
No related branches found
No related tags found
No related merge requests found
......@@ -109,8 +109,8 @@ setup(name='pyhsmm',
keywords=['bayesian', 'inference', 'mcmc', 'time-series', 'monte-carlo',
'variational inference', 'mean field', 'vb'],
install_requires=[
"numpy", "scipy", "matplotlib", "nose", "pybasicbayes >= 0.1.3", "future"],
setup_requires=['numpy', "future"],
"numpy", "scipy", "matplotlib", "nose", "pybasicbayes >= 0.1.3", "future", "six"],
setup_requires=['numpy', "future", "six"],
ext_modules=ext_modules,
classifiers=[
'Development Status :: 4 - Beta',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment