From 765c944a294a61e91f181c8e907e9b3c4109d160 Mon Sep 17 00:00:00 2001 From: Hatice Karatay <66814693+haticekaratay@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:40:54 -0400 Subject: [PATCH] Hasp notebooks dependency updates (#306) * Update Coadd nb dependencies * Update dependencies of datadiagnostics nb --- notebooks/HASP/CoaddTutorial/CoaddTutorial.ipynb | 4 ++-- notebooks/HASP/CoaddTutorial/requirements.txt | 2 +- notebooks/HASP/DataDiagnostic/DataDiagnostics.ipynb | 4 ++-- notebooks/HASP/DataDiagnostic/requirements.txt | 8 ++++---- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/notebooks/HASP/CoaddTutorial/CoaddTutorial.ipynb b/notebooks/HASP/CoaddTutorial/CoaddTutorial.ipynb index 3f7c81957..2c5434cfd 100644 --- a/notebooks/HASP/CoaddTutorial/CoaddTutorial.ipynb +++ b/notebooks/HASP/CoaddTutorial/CoaddTutorial.ipynb @@ -34,7 +34,7 @@ "metadata": {}, "source": [ "By the end of this tutorial, you will learn how to:\n", - "- Setup a `conda` environment\n", + "- Setup a `conda` environment \n", "\n", "- Download the HASP wrapper script\n", "\n", @@ -1552,7 +1552,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.7" + "version": "3.12.5" } }, "nbformat": 4, diff --git a/notebooks/HASP/CoaddTutorial/requirements.txt b/notebooks/HASP/CoaddTutorial/requirements.txt index 3a45c7d68..d755785c6 100644 --- a/notebooks/HASP/CoaddTutorial/requirements.txt +++ b/notebooks/HASP/CoaddTutorial/requirements.txt @@ -2,7 +2,7 @@ astropy>=5.2.1 ullyses>=4.0.0 hasp>=0.9.6 numpy>=1.25.2 -matplotlib==3.7.0 +matplotlib>=3.7.0 astroquery>=0.4.6 scipy>=1.10.0 ipympl==0.9.3 \ No newline at end of file diff --git a/notebooks/HASP/DataDiagnostic/DataDiagnostics.ipynb b/notebooks/HASP/DataDiagnostic/DataDiagnostics.ipynb index 1d6b45cc0..bd46495d5 100644 --- a/notebooks/HASP/DataDiagnostic/DataDiagnostics.ipynb +++ b/notebooks/HASP/DataDiagnostic/DataDiagnostics.ipynb @@ -23,7 +23,7 @@ "## Learning Goals\n", "\n", "By the end of this tutorial, you will:\n", - "- Understand the reasons an input spectrum may be rejected from a co-added data product\n", + "- Understand the reasons an input spectrum may be rejected from a co-added data product \n", "- Learn how to examine output logs from `coadd` and header keywords from COS and STIS data products to determine which datasets were rejected\n", "- Know how to plot co-added spectra and the constituent datasets\n", "- Be able to re-run `coadd` with the default rejection criteria turned off to create custom co-additions" @@ -1597,7 +1597,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.11.8" + "version": "3.12.5" } }, "nbformat": 4, diff --git a/notebooks/HASP/DataDiagnostic/requirements.txt b/notebooks/HASP/DataDiagnostic/requirements.txt index 6183ef2db..102626047 100644 --- a/notebooks/HASP/DataDiagnostic/requirements.txt +++ b/notebooks/HASP/DataDiagnostic/requirements.txt @@ -1,6 +1,6 @@ -astropy==5.3.3 -matplotlib==3.7.2 -numpy==1.23.4 -ipympl==0.9.3 +astropy>=5.3.3 +matplotlib>=3.7.2 +numpy>=1.23.4 +ipympl>=0.9.3 ullyses>=4.0.0 hasp>=0.9.6 \ No newline at end of file