Skip to content

Commit fee0544

Browse files
committed
Try put uproot requirements in environment.yml
1 parent a5ca5a2 commit fee0544

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
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 -r ../../requirements.txt --user"
53+
"!{sys.executable} -m pip install uproot pandas numpy matplotlib --user"
5454
]
5555
},
5656
{

environment.yml

+6
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,9 @@ channels:
33
- conda-forge
44
dependencies:
55
- root
6+
- pip
7+
- uproot
8+
- pandas
9+
- numpy
10+
- matplotlib
11+
- lmfit

requirements.txt

-5
This file was deleted.

0 commit comments

Comments
 (0)