From ad59e4efa8b17ea2c9472907ff8d3e5c78fd952c Mon Sep 17 00:00:00 2001 From: Desi Project Pseudo User Date: Tue, 17 Jul 2018 21:42:04 -0700 Subject: [PATCH] add bokeh, ipywidgets, line_profiler --- rules/conda_pkgs.sh | 2 ++ rules/pip_pkgs.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/rules/conda_pkgs.sh b/rules/conda_pkgs.sh index 868c21f..0c46611 100644 --- a/rules/conda_pkgs.sh +++ b/rules/conda_pkgs.sh @@ -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} \ diff --git a/rules/pip_pkgs.sh b/rules/pip_pkgs.sh index 9569de0..c81dc26 100644 --- a/rules/pip_pkgs.sh +++ b/rules/pip_pkgs.sh @@ -3,4 +3,5 @@ pip install --no-binary :all: \ hpsspy \ photutils \ coveralls \ + line_profiler \ https://github.com/esheldon/fitsio/archive/v0.9.12rc1.zip