Skip to content

Commit

Permalink
Update wfss notebooks to not fail CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Camilla Pacifici committed Oct 12, 2023
1 parent 9d91f65 commit df2706e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"metadata": {},
"source": [
"### The version should be \n",
"- specutils 1.0\n",
"- astropy 4.0.1.post1"
"- specutils 1.11.0\n",
"- astropy 5.3.4"
]
},
{
Expand Down Expand Up @@ -954,7 +954,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.8.10"
"version": "3.11.6"
}
},
"nbformat": 4,
Expand Down
15 changes: 8 additions & 7 deletions notebooks/NIRISS_WFSS_postpipeline/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
lmfit==1.0.0
emcee==3.0.2
corner==2.0.1
pandas==1.0.3
astropy==4.0.1.post1
specutils==1.0
h5py==2.10.0
jupyter
lmfit
emcee
corner
pandas
astropy
specutils
h5py

0 comments on commit df2706e

Please sign in to comment.