-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies and context files
- Loading branch information
1 parent
8552333
commit fda5d02
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,7 +85,7 @@ | |
"```\n", | ||
"This will download the dependencies that are necessary to run this current notebook. You will also need to install `hstcal` to run the STIS portion of this notebook. You can run the command below in your terminal after you've activated your `conda` environment:\n", | ||
"```\n", | ||
"conda install -y -c conda-forge hstcal==3.0.1\n", | ||
"conda install -y -c conda-forge hstcal==3.0.3\n", | ||
"```\n", | ||
"Or, similar to the `requirements.txt` file, you can run:\n", | ||
"```\n", | ||
|
@@ -163,7 +163,7 @@ | |
"lref = os.path.join(crds_path, \"references/hst/cos\")\n", | ||
"os.environ[\"lref\"] = lref\n", | ||
"\n", | ||
"!crds sync --contexts hst_cos_0355.imap --fetch-references" | ||
"!crds sync --contexts hst_cos_0357.imap --fetch-references" | ||
] | ||
}, | ||
{ | ||
|
@@ -2626,7 +2626,7 @@ | |
"## About this Notebook\n", | ||
"**Author:** Sierra Gomez ([email protected])\n", | ||
"\n", | ||
"**Updated on:** July 26, 2024\n", | ||
"**Updated on:** August 29, 2024\n", | ||
"\n", | ||
"*This tutorial was generated to be in compliance with the [STScI style guides](https://github.com/spacetelescope/style-guides) and would like to cite the [Jupyter guide](https://github.com/spacetelescope/style-guides/blob/master/templates/example_notebook.ipynb) in particular.*\n", | ||
"\n", | ||
|
@@ -2660,7 +2660,7 @@ | |
"name": "python", | ||
"nbconvert_exporter": "python", | ||
"pygments_lexer": "ipython3", | ||
"version": "3.11.9" | ||
"version": "3.11.8" | ||
} | ||
}, | ||
"nbformat": 4, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
conda install -y -c conda-forge hstcal==3.0.1 | ||
conda install -y -c conda-forge hstcal==3.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
astropy==6.1.1 | ||
astroquery==0.4.7 | ||
matplotlib==3.9.0 | ||
astropy>=6.1.1 | ||
astroquery>=0.4.7 | ||
matplotlib>=3.9.0 | ||
numpy>=1.25.2 | ||
stistools==1.4.4 | ||
stistools>=1.4.4 | ||
crds>=11.17 | ||
ullyses>=4.1.0 | ||
hasp>=1.0.0 | ||
scipy>=1.14.0 | ||
calcos>=3.5.1 | ||
pandas==2.2.2 | ||
pandas>=2.2.2 |