Skip to content

Commit

Permalink
Update requirements.txt for python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mgough-970 authored Oct 4, 2023
1 parent 5d64e06 commit fdda69a
Showing 1 changed file with 8 additions and 8 deletions.
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 fdda69a

Please sign in to comment.