Skip to content

Commit

Permalink
Having fun (added quantecon to setup.py)
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed May 23, 2017
1 parent 0b8335f commit b0cc8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@

scripts = ['bin/dolo-recs', 'bin/dolo-matlab', 'bin/dolo-julia', 'bin/dolo', 'bin/dolo-lint'],

install_requires = ["pyyaml", "numba", "numpy", "numexpr", "sympy","scipy",
install_requires = ["pyyaml", "numba", "numpy", "numexpr", "sympy","scipy","quantecon",
"pandas", "interpolation", "ipython", "ruamel.yaml", "xarray"],

extras_require = {
Expand Down

0 comments on commit b0cc8b2

Please sign in to comment.