diff --git a/notebooks/IFU_cube_continuum_fit/requirements.txt b/notebooks/IFU_cube_continuum_fit/requirements.txt index 1fb47a99a..a1c4e50e7 100644 --- a/notebooks/IFU_cube_continuum_fit/requirements.txt +++ b/notebooks/IFU_cube_continuum_fit/requirements.txt @@ -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 diff --git a/notebooks/aperture_photometry/requirements.txt b/notebooks/aperture_photometry/requirements.txt index a5348b2fb..fcc5de6fe 100644 --- a/notebooks/aperture_photometry/requirements.txt +++ b/notebooks/aperture_photometry/requirements.txt @@ -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 diff --git a/notebooks/asdf_example/requirements.txt b/notebooks/asdf_example/requirements.txt index bbfe567f2..e0f14881d 100644 --- a/notebooks/asdf_example/requirements.txt +++ b/notebooks/asdf_example/requirements.txt @@ -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 diff --git a/notebooks/background_estimation_imaging/requirements.txt b/notebooks/background_estimation_imaging/requirements.txt index ec6773d17..cf08c393e 100644 --- a/notebooks/background_estimation_imaging/requirements.txt +++ b/notebooks/background_estimation_imaging/requirements.txt @@ -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 diff --git a/notebooks/composite_model_fitting/requirements.txt b/notebooks/composite_model_fitting/requirements.txt index 67303c677..0bad442af 100644 --- a/notebooks/composite_model_fitting/requirements.txt +++ b/notebooks/composite_model_fitting/requirements.txt @@ -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 diff --git a/notebooks/optimal_extraction/requirements.txt b/notebooks/optimal_extraction/requirements.txt index c4eb0c00c..81b147bf4 100644 --- a/notebooks/optimal_extraction/requirements.txt +++ b/notebooks/optimal_extraction/requirements.txt @@ -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 \ No newline at end of file +specutils >= 1.11.0 \ No newline at end of file diff --git a/notebooks/optimal_extraction_dynamic/requirements.txt b/notebooks/optimal_extraction_dynamic/requirements.txt index 9778d2781..5326376cd 100644 --- a/notebooks/optimal_extraction_dynamic/requirements.txt +++ b/notebooks/optimal_extraction_dynamic/requirements.txt @@ -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 \ No newline at end of file +stdatamodels >= 1.7.2 +specutils >= 1.11.0 \ No newline at end of file diff --git a/notebooks/soss-transit-spectroscopy/requirements.txt b/notebooks/soss-transit-spectroscopy/requirements.txt index b266eb17d..ed85c0779 100644 --- a/notebooks/soss-transit-spectroscopy/requirements.txt +++ b/notebooks/soss-transit-spectroscopy/requirements.txt @@ -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