forked from hsf-training/analysis-essentials
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenvironment.yml
More file actions
38 lines (38 loc) · 771 Bytes
/
environment.yml
File metadata and controls
38 lines (38 loc) · 771 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: analysis-essentials
channels:
- conda-forge
- nodefaults
dependencies:
- python ~=3.12.0
- aiohttp # needed for uproot http access
- boost-histogram
- hep_ml
- hepstats
- hepunits
- hist
- ipython
- matplotlib
- mplhep
- nb_conda
- nb_conda_kernels
- notebook
- numpy
- pandas
- particle
- pandoc
- pip
- requests # needed for uproot http access
- scikit-learn
- scipy
- uproot >=5.0.0 # 5.0.0 breaks the httpsource argument with open, TODO upgrade (what's the equivalent?) in the "get_truth" function
- uv
- vector
- wget
- zfit >=0.26.0
- zfit-physics >=0.7.0
# - xgboost
- pip:
- git+https://github.com/hsf-training/python-lesson.git
- formulate
- starterkit-ci
- xgboost