From 8c58462d6818209eb0e5686cba897e9bc58536f1 Mon Sep 17 00:00:00 2001 From: Camilla Pacifici Date: Tue, 7 Jan 2025 18:44:12 -0500 Subject: [PATCH] fix requirements for astropy --- .../isha_nayak_ysos_in_the_lmc.ipynb | 17 ++++++++++++----- .../MIRI_IFU_YSOs_in_the_LMC/requirements.txt | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb b/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb index 8b7e91515..7c1ad3fbd 100644 --- a/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb +++ b/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/isha_nayak_ysos_in_the_lmc.ipynb @@ -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" ] }, { @@ -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", @@ -1146,6 +1146,13 @@ "plt.show()\n", "plt.close()" ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { @@ -1164,7 +1171,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.9" + "version": "3.11.11" } }, "nbformat": 4, diff --git a/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/requirements.txt b/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/requirements.txt index 8e88496ac..f4249f10d 100644 --- a/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/requirements.txt +++ b/notebooks/MIRI/MIRI_IFU_YSOs_in_the_LMC/requirements.txt @@ -6,4 +6,4 @@ specutils aplpy git+https://github.com/dendrograms/astrodendro.git jupyter -astropy==5.3.4 +astropy