Skip to content

Commit 79e095f

Browse files
committed
fix dynesty install in ringdown 8
1 parent 8a43a2f commit 79e095f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorial/inference_8_BHRingdown.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"outputs": [],
2828
"source": [
2929
"import sys\n",
30-
"!{sys.executable} -m pip install pykerr dynesty pycbc --no-cache-dir"
30+
"!{sys.executable} -m pip install pykerr \"dynesty<3.0\" pycbc --no-cache-dir"
3131
]
3232
},
3333
{
@@ -626,9 +626,9 @@
626626
"name": "python",
627627
"nbconvert_exporter": "python",
628628
"pygments_lexer": "ipython3",
629-
"version": "3.8.6"
629+
"version": "3.11.14"
630630
}
631631
},
632632
"nbformat": 4,
633-
"nbformat_minor": 2
633+
"nbformat_minor": 4
634634
}

0 commit comments

Comments
 (0)