diff --git a/rules/conda_pkgs.sh b/rules/conda_pkgs.sh index e6cfd89..71c3045 100644 --- a/rules/conda_pkgs.sh +++ b/rules/conda_pkgs.sh @@ -6,7 +6,6 @@ conda install --copy --yes \ numpy \ scipy \ matplotlib \ - basemap \ seaborn \ pyyaml \ astropy=1.3.3 \ @@ -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} \