Skip to content

Commit

Permalink
build: run pip install with ! instead of %
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Feb 8, 2022
1 parent 056dd13 commit 57f1527
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/report/013.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
},
"outputs": [],
"source": [
"%pip install -q git+https://github.com/ComPWA/ampform@0ca1052 git+https://github.com/ComPWA/tensorwaves@a4070a2 jax jaxlib pandas phasespace wrapt==1.13.3"
"!pip install -q git+https://github.com/ComPWA/ampform@0ca1052 git+https://github.com/ComPWA/tensorwaves@a4070a2 jax jaxlib pandas phasespace wrapt==1.13.3"
]
},
{
Expand Down

0 comments on commit 57f1527

Please sign in to comment.