Skip to content

Commit

Permalink
unpin numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnitz committed Jul 30, 2024
1 parent c1ca9ae commit d852bdb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions tutorial/inference_0_Overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
],
"source": [
"import sys\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 'numpy<=1.23.0' --no-cache-dir"
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 --no-cache-dir"
]
},
{
Expand Down Expand Up @@ -2151,9 +2151,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.12.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
7 changes: 3 additions & 4 deletions tutorial/inference_1_ModelsAndPEByHand.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@
}
],
"source": [
"\n",
"import sys\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 'numpy<=1.23.0' --no-cache-dir"
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 --no-cache-dir"
]
},
{
Expand Down Expand Up @@ -1488,9 +1487,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.12.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
],
"source": [
"import sys\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 'numpy<=1.23.0' --no-cache-dir\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 --no-cache-dir\n",
"\n",
"# This is needed to access the executables on sciserver. On a personal machine this should be ignore.\n",
"path = %env PATH\n",
Expand Down Expand Up @@ -759,9 +759,9 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.12.4"
}
},
"nbformat": 4,
"nbformat_minor": 2
"nbformat_minor": 4
}
4 changes: 2 additions & 2 deletions tutorial/inference_4_bbh_example/IntroToPyCBCInference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"outputs": [],
"source": [
"import sys\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 'numpy<=1.23.0' --no-cache-dir\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 --no-cache-dir\n",
"\n",
"# This is needed to access the executables on sciserver. On a personal machine this should be ignore.\n",
"path = %env PATH\n",
Expand Down Expand Up @@ -384,7 +384,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions tutorial/inference_5_results_io/IntroToPyCBCInference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"outputs": [],
"source": [
"import sys\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 'numpy<=1.23.0' --no-cache-dir\n",
"!{sys.executable} -m pip install pycbc ligo-common emcee==2.2.1 --no-cache-dir\n",
"\n",
"# This is needed to access the executables on sciserver. On a personal machine this should be ignore.\n",
"path = %env PATH\n",
Expand Down Expand Up @@ -851,7 +851,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.2"
"version": "3.12.4"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d852bdb

Please sign in to comment.