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