Skip to content

Commit

Permalink
Added quantecon to setup.py.
Browse files Browse the repository at this point in the history
wq
  • Loading branch information
albop committed May 23, 2017
1 parent c7f946a commit eb95017
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 @@ -21,7 +21,7 @@
scripts = ['bin/dolo-recs', 'bin/dolo-matlab', 'bin/dolo-julia', 'bin/dolo', 'bin/dolo-lint'],

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

extras_require = {
'plots': ["matplotlib"],
Expand Down

0 comments on commit eb95017

Please sign in to comment.