Skip to content

Commit

Permalink
Update the requirements.txt (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
haticekaratay authored Oct 26, 2023
1 parent 67a29e6 commit a293b7b
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion notebooks/IFU_cube_continuum_fit/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ matplotlib>=3.4.3
Bottleneck>=1.3.2
ipyvue>=1.5.0
ipyvuetify>=1.8.1
git+https://github.com/spacetelescope/jdaviz.git@main
jdaviz
12 changes: 6 additions & 6 deletions notebooks/aperture_photometry/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
numpy==1.25.2
pandas==2.1.0
jwst==1.11.4
astropy==5.3.3
photutils==1.9.0
matplotlib==3.7.2
numpy >= 1.25.2
pandas >= 2.1.0
jwst >= 1.11.4
astropy >= 5.3.3
photutils >= 1.9.0
matplotlib >= 3.7.2
10 changes: 5 additions & 5 deletions notebooks/asdf_example/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
asdf==2.12.0
astrocut==0.9
astropy==5.1
gwcs==0.18.1
matplotlib==3.5.2
asdf >= 2.12.0
astrocut >= 0.9
astropy >= 5.1
gwcs >= 0.18.1
matplotli >= 3.5.2
12 changes: 6 additions & 6 deletions notebooks/background_estimation_imaging/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astropy==5.3.3
matplotlib==3.7.2
scipy==1.11.2
photutils==1.9.0
scikit-image==0.21.0
jdaviz==3.6.2
astropy >= 5.3.3
matplotlib >= 3.7.2
scipy >= 1.11.2
photutils >= 1.9.0
scikit-image >= 0.21.0
jdaviz >= 3.6.2
14 changes: 7 additions & 7 deletions notebooks/composite_model_fitting/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
numpy==1.25.2
astropy==5.3.3
matplotlib==3.7.2
scipy==1.11.2
photutils==1.9.0
scikit-image==0.21.0
specutils==1.11.0
numpy >= 1.25.2
astropy >= 5.3.3
matplotlib >= 3.7.2
scipy >= 1.11.2
photutils >= 1.9.0
scikit-image >= 0.21.0
specutils >= 1.11.0
4 changes: 2 additions & 2 deletions notebooks/optimal_extraction/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
astropy == 5.3.3
astropy >= 5.3.3
scipy >= 1.8.1
ipywidgets >= 8.1.0
jwst >= 1.11.2
webbpsf >= 1.0.1
specutils==1.11.0
specutils >= 1.11.0
6 changes: 3 additions & 3 deletions notebooks/optimal_extraction_dynamic/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
astropy == 5.3.3
astropy >= 5.3.3
scipy >= 1.8.1
ipywidgets >= 8.0.0
jwst >= 1.11.4
webbpsf >= 1.2.1
stdatamodels==1.7.2
specutils==1.11.0
stdatamodels >= 1.7.2
specutils >= 1.11.0
4 changes: 2 additions & 2 deletions notebooks/soss-transit-spectroscopy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
scipy>=1.3.1
scipy >= 1.3.1
matplotlib >= 3.1.3
seaborn >= 0.9.0
astropy >= 4.0.1
git+https://github.com/spacetelescope/jwst@0.16.1
jwst >= 0.16.1
corner >= 2.0.1
juliet >= 2.0.25

0 comments on commit a293b7b

Please sign in to comment.