Skip to content

Commit

Permalink
fix requirements for astropy
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilla Pacifici committed Jan 7, 2025
1 parent 047e272 commit 8c58462
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -300,9 +300,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### Plot the summed image with WCS coordinates and save the figure\n",
"\n",
"**Developer note**: there is a bug in aplpy currently and `show_colorscale` does not work. We skip this cell and come back to this when the bug is fixed."
"### Plot the summed image with WCS coordinates and save the figure"
]
},
{
Expand All @@ -315,8 +313,10 @@
]
},
{
"cell_type": "raw",
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"F = aplpy.FITSFigure(cont_img.hdu, north=True)\n",
"F.show_colorscale()\n",
Expand Down Expand Up @@ -1146,6 +1146,13 @@
"plt.show()\n",
"plt.close()"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand All @@ -1164,7 +1171,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.11.11"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ specutils
aplpy
git+https://github.com/dendrograms/astrodendro.git
jupyter
astropy==5.3.4
astropy

0 comments on commit 8c58462

Please sign in to comment.