Skip to content

Commit

Permalink
Update to requirements for python 3.11 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gough committed Oct 5, 2023
1 parent 65907fe commit 282be02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"metadata": {},
"source": [
"# BOTS Time Series Observations\n",
"\n",
"\n ",
"**Use case:** Bright Object Time Series; extracting exoplanet spectra.<br>\n",
"**Data:** JWST simulated NIRSpec data from ground-based campaign; GJ436b spectra from the Goyal et al. (2018).<br>\n",
"**Tools:** scikit, lmfit, scipy, matplotlip, astropy, pandas.<br>\n",
Expand Down
16 changes: 8 additions & 8 deletions notebooks/transit_spectroscopy_notebook/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 282be02

Please sign in to comment.