Skip to content

Commit

Permalink
Update requirements for python 3.11 upgrade - preimaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gough committed Oct 5, 2023
1 parent 65907fe commit dd575b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion notebooks/preimaging/pre-requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy==1.18.5
numpy>=1.18.5
2 changes: 1 addition & 1 deletion notebooks/preimaging/preimaging_01_mirage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"**Tools:** mirage, jwst, astropy, grismconf, nircam_gsim.<br>\n",
"**Cross-intrument:** NIRCam. <br>\n",
"**Documentation:** This notebook is part of a STScI's larger [post-pipeline Data Analysis Tools Ecosystem](https://jwst-docs.stsci.edu/jwst-post-pipeline-data-analysis).<br>\n",
"\n",
"\n ",
"## Introduction\n",
"\n",
"\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/preimaging/preimaging_02_calwebb.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"**Tools:** jwst.<br>\n",
"**Cross-intrument:** NIRCam. <br>\n",
"**Documentation:** This notebook is part of a STScI's larger [post-pipeline Data Analysis Tools Ecosystem](https://jwst-docs.stsci.edu/jwst-post-pipeline-data-analysis).<br>\n",
"\n",
"\n ",
"## Introduction\n",
"\n",
"This Notebook must be executed from an environment that has the JWST pipeline installed. In this tutorial we show step by step instructions on how to run the JWST pipeline on the simulated images created using the previous notebook.\n",
Expand Down
2 changes: 1 addition & 1 deletion notebooks/preimaging/preimaging_03_association.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"**Tools:** jwst.<br>\n",
"**Cross-intrument:** NIRCam. <br>\n",
"**Documentation:** This notebook is part of a STScI's larger [post-pipeline Data Analysis Tools Ecosystem](https://jwst-docs.stsci.edu/jwst-post-pipeline-data-analysis).<br>\n",
"\n",
"\n ",
"## Introduction\n",
"\n",
"In this Notebook we show how to create the association needed to execute calwebb_image3 and how to run calwebb_image3."
Expand Down
4 changes: 2 additions & 2 deletions notebooks/preimaging/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ matplotlib >= 3.5.2
pyyaml>=5.3.1
healpy>=1.12.5
shapely>=1.7.0
mirage==2.2.1
jwst==1.5.4
mirage>=2.2.1
jwst>=1.5.4

0 comments on commit dd575b8

Please sign in to comment.