Skip to content

Commit

Permalink
Merge pull request #17 from desihub/basemap
Browse files Browse the repository at this point in the history
Install just the basemap package from conda-forge channel.
  • Loading branch information
sbailey authored May 17, 2018
2 parents 2e1eec5 + cd2aa3e commit d65fc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/conda_pkgs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ conda install --copy --yes \
numpy \
scipy \
matplotlib \
basemap \
seaborn \
pyyaml \
astropy=1.3.3 \
Expand All @@ -23,6 +22,7 @@ conda install --copy --yes \
scikit-image \
ipython \
jupyter \
&& conda install -c conda-forge --copy --yes basemap \
&& 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

0 comments on commit d65fc8b

Please sign in to comment.