Skip to content

Commit

Permalink
add bokeh, ipywidgets, line_profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Desi Project Pseudo User committed Jul 18, 2018
1 parent bbb4e3f commit ad59e4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/conda_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ conda install --copy --yes \
scikit-image \
ipython \
jupyter \
ipywidgets=6.0.0 \
bokeh \
&& mplrc="@CONDA_PREFIX@/lib/python@PYVERSION@/site-packages/matplotlib/mpl-data/matplotlibrc"; \
cat ${mplrc} | sed -e "s#^backend.*#backend : TkAgg#" > ${mplrc}.tmp; \
mv ${mplrc}.tmp ${mplrc} \
Expand Down
1 change: 1 addition & 0 deletions rules/pip_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pip install --no-binary :all: \
hpsspy \
photutils \
coveralls \
line_profiler \
https://github.com/esheldon/fitsio/archive/v0.9.12rc1.zip

0 comments on commit ad59e4e

Please sign in to comment.