Skip to content

Commit a5ca5a2

Browse files
committed
Change pip install command to use requirements.txt
1 parent eaa3ef6 commit a5ca5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

13-TeV-examples/uproot_python/HZZAnalysis.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"source": [
5151
"import sys\n",
5252
"!{sys.executable} -m pip install --upgrade --user pip\n",
53-
"!{sys.executable} -m pip install -U numpy pandas uproot matplotlib --user"
53+
"!{sys.executable} -m pip install -r ../../requirements.txt --user"
5454
]
5555
},
5656
{

0 commit comments

Comments
 (0)