Skip to content

Commit

Permalink
Update dependencies and context files
Browse files Browse the repository at this point in the history
  • Loading branch information
srosagomez committed Aug 29, 2024
1 parent 8552333 commit fda5d02
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
]
},
{
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -2660,7 +2660,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.9"
"version": "3.11.8"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion notebooks/HASP/WavelengthAdjustment/pre-requirements.sh
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
10 changes: 5 additions & 5 deletions notebooks/HASP/WavelengthAdjustment/requirements.txt
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

0 comments on commit fda5d02

Please sign in to comment.