Skip to content

Commit

Permalink
new version of gwpy
Browse files Browse the repository at this point in the history
  • Loading branch information
Simone Mastrogiovanni committed Oct 5, 2023
1 parent 52bcf58 commit 42566ce
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Tutorials/Day_1/Tuto_1.2_Open_Data_access_with_GWpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"outputs": [],
"source": [
"# -- Uncomment following line if running in Google Colab\n",
"#! pip install -q 'gwpy==3.0.4'"
"#! pip install -q 'gwpy==3.0.5'"
]
},
{
Expand Down Expand Up @@ -773,9 +773,9 @@
"provenance": []
},
"kernelspec": {
"display_name": "Python (igwn-py39-lw)",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "igwn-py39-lw"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -787,7 +787,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions Tutorials/Day_1/Tuto_1.3_Q-transforms_with_GWpy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"outputs": [],
"source": [
"# -- Uncomment following line if running in Google Colab\n",
"#! pip install -q 'gwpy==3.0.4'"
"#! pip install -q 'gwpy==3.0.5'"
]
},
{
Expand Down Expand Up @@ -765,7 +765,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.9.13"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion Tutorials/Day_1/Tuto_1.4_Generating_waveforms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.16"
"version": "3.9.13"
},
"toc": {
"base_numbering": 1,
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- corner=2.2.2
- dynesty=2.1.1
- gwosc=0.7.1
- gwpy=3.0.4
- gwpy=3.0.5
- h5py=3.8.0
- jupyter=1.0.0
- jupyter_client=8.2.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ bilby==2.0.1
corner==2.2.2
dynesty==2.1.1
gwosc==0.7.1
gwpy==3.0.4
gwpy==3.0.5
h5py==3.8.0
jupyter==1.0.0
lalsuite==7.11
Expand Down

0 comments on commit 42566ce

Please sign in to comment.