From 7a22b1489afed324fa3a3f5bc39bed860c1846f6 Mon Sep 17 00:00:00 2001 From: Pey Lian Lim <2090236+pllim@users.noreply.github.com> Date: Mon, 30 Nov 2020 14:53:42 -0500 Subject: [PATCH] DOC: Replace astropy channel with conda-forge [ci skip] --- tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb b/tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb index 29e91669a..041ff97e0 100755 --- a/tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb +++ b/tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb @@ -35,9 +35,9 @@ "metadata": {}, "source": [ "```\n", - "conda install -c astropy astroquery\n", - "conda install -c astropy spectral-cube\n", - "conda install -c astropy reproject\n", + "conda install -c conda-forge astroquery\n", + "conda install -c conda-forge spectral-cube\n", + "conda install -c conda-forge reproject\n", "```" ] },