forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
48 lines (38 loc) · 802 Bytes
/
requirements.txt
File metadata and controls
48 lines (38 loc) · 802 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
39
40
41
42
43
44
45
46
47
48
# ROOT requirements for third-party Python packages
# PyROOT: Interoperability with numpy arrays
numpy
pandas
# TMVA: SOFIE
dm-sonnet # used for GNNs
graph_nets
onnx
onnxscript
# TMVA: PyMVA interfaces
scikit-learn
tensorflow
torch
xgboost
# PyROOT: ROOT.Numba.Declare decorator
numba
cffi
# Notebooks: ROOT C++ kernel
IPython
jupyter
metakernel>=0.20.0
notebook>=4.4.1
# Distributed RDataFrame
pyspark # Spark backend
dask>=2022.08.1 # Dask backend
distributed>=2022.08.1 # Dask backend
# JsMVA: Jupyter notebook magic for TMVA
ipywidgets
# Unified Histogram Interface (UHI)
uhi
matplotlib
mplhep
# For testing
nbconvert>=7.4.0
pytest
setuptools
# Look for CPU-only versions of PyTorch to avoid pulling CUDA in the CI docker images.
-f https://download.pytorch.org/whl/cpu/torch_stable.html