We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa3ef6 commit a5ca5a2Copy full SHA for a5ca5a2
13-TeV-examples/uproot_python/HZZAnalysis.ipynb
@@ -50,7 +50,7 @@
50
"source": [
51
"import sys\n",
52
"!{sys.executable} -m pip install --upgrade --user pip\n",
53
- "!{sys.executable} -m pip install -U numpy pandas uproot matplotlib --user"
+ "!{sys.executable} -m pip install -r ../../requirements.txt --user"
54
]
55
},
56
{
0 commit comments