Skip to content

Commit 8298270

Browse files
tidy python packages to only do main, parent packages (#120)
1 parent f9bf3ea commit 8298270

1 file changed

Lines changed: 12 additions & 25 deletions

File tree

python_packages.txt

Lines changed: 12 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,16 @@
1-
contourpy
2-
cycler
1+
# meta-package containing HEP tools like mplhep, uproot, awkward, etc...
2+
# which also brings in matplotlib and many others
3+
scikit-hep==2025.1.1
4+
# HEPMC IO in Python, not included in scikit-hep for some reason
5+
pyhepmc
6+
# update packages related to python packaging
7+
pip
8+
wheel
9+
setuptools
10+
# write C extensions for Python
311
Cython
4-
fonttools
5-
joblib
6-
kiwisolver
7-
llvmlite
8-
matplotlib
9-
mplhep
10-
mplhep-data
12+
# pre-compile python functions in a numpy-aware way
1113
numba
12-
numpy
13-
packaging
14-
pandas
15-
Pillow
16-
pip
17-
pyparsing
18-
python-dateutil
19-
pytz
14+
# ML training/testing libraries
2015
scikit-learn
21-
scipy
22-
setuptools
23-
six
24-
threadpoolctl
25-
uhi
26-
uproot
27-
wheel
2816
xgboost
29-
pyhepmc

0 commit comments

Comments
 (0)