From 282be0285ae234c49439c6535ec5af26205fdc8d Mon Sep 17 00:00:00 2001 From: Michael Gough Date: Thu, 5 Oct 2023 10:00:02 -0400 Subject: [PATCH] Update to requirements for python 3.11 upgrade --- .../Exoplanet_Transmission_Spectra_JWST.ipynb | 2 +- .../requirements.txt | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/notebooks/transit_spectroscopy_notebook/Exoplanet_Transmission_Spectra_JWST.ipynb b/notebooks/transit_spectroscopy_notebook/Exoplanet_Transmission_Spectra_JWST.ipynb index 29ae67c92..cff661f3a 100644 --- a/notebooks/transit_spectroscopy_notebook/Exoplanet_Transmission_Spectra_JWST.ipynb +++ b/notebooks/transit_spectroscopy_notebook/Exoplanet_Transmission_Spectra_JWST.ipynb @@ -5,7 +5,7 @@ "metadata": {}, "source": [ "# BOTS Time Series Observations\n", - "\n", + "\n ", "**Use case:** Bright Object Time Series; extracting exoplanet spectra.
\n", "**Data:** JWST simulated NIRSpec data from ground-based campaign; GJ436b spectra from the Goyal et al. (2018).
\n", "**Tools:** scikit, lmfit, scipy, matplotlip, astropy, pandas.
\n", diff --git a/notebooks/transit_spectroscopy_notebook/requirements.txt b/notebooks/transit_spectroscopy_notebook/requirements.txt index 243d0e235..f44d2de9e 100644 --- a/notebooks/transit_spectroscopy_notebook/requirements.txt +++ b/notebooks/transit_spectroscopy_notebook/requirements.txt @@ -1,8 +1,8 @@ -lmfit==1.2.2 -scikit-learn==1.3.0 -numpy==1.25.2 -scipy==1.11.2 -joblib==1.3.2 -matplotlib==3.7.3 -astropy==5.3.3 -pandas==2.1.0 +lmfit>=1.2.2 +scikit-learn>=1.3.0 +numpy>=1.25.2 +scipy>=1.11.2 +joblib>=1.3.2 +matplotlib>=3.7.3 +astropy>=5.3.3 +pandas>=2.1.0