Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements for python 3.11 upgrade - preimaging #167

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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