Skip to content

Commit

Permalink
Added ipython dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
albop committed May 23, 2017
1 parent 7b8a084 commit 0b8335f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- pandas
- pip
- pygments
- ipython
- python=3.5.1=0
- pyyaml=3.11
- sphinx_rtd_theme
Expand Down
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","scipy",
"pandas", "interpolation", "ruamel.yaml", "xarray"],
"pandas", "interpolation", "ipython", "ruamel.yaml", "xarray"],

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

0 comments on commit 0b8335f

Please sign in to comment.