Skip to content

Commit 4c5b0be

Browse files
authored
Merge pull request #471 from pllim/rm-astropy-channel
DOC: Replace astropy channel with conda-forge
2 parents 80dc4e0 + 7a22b14 commit 4c5b0be

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/notebooks/FITS-cubes/FITS-cubes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@
3535
"metadata": {},
3636
"source": [
3737
"```\n",
38-
"conda install -c astropy astroquery\n",
39-
"conda install -c astropy spectral-cube\n",
40-
"conda install -c astropy reproject\n",
38+
"conda install -c conda-forge astroquery\n",
39+
"conda install -c conda-forge spectral-cube\n",
40+
"conda install -c conda-forge reproject\n",
4141
"```"
4242
]
4343
},

0 commit comments

Comments
 (0)