forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 2
/
requirements.txt
36 lines (28 loc) · 978 Bytes
/
requirements.txt
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
# ROOT requirements for third-party Python packages
# PyROOT: Interoperability with numpy arrays
numpy>=1.4.1
# TMVA: SOFIE
graph_nets
onnx
dm-sonnet # used for GNNs
# TMVA: PyMVA interfaces
scikit-learn
tensorflow<2.16 ; python_version < "3.12"
torch
xgboost
# PyROOT: ROOT.Numba.Declare decorator
numba>=0.47.0,<0.60.0 ; python_version < "3.11" # See https://github.com/numba/numba/issues/8304
numba>=0.57.0,<0.60.0 ; python_version >= "3.11" and python_version < "3.12"
numba>=0.59.0,<0.60.0 ; python_version >= "3.12"
cffi>=1.9.1
# Notebooks: ROOT C++ kernel
notebook>=4.4.1
metakernel>=0.20.0
# Distributed RDataFrame
pyspark>=2.4 # Spark backend
dask>=2022.08.1 ; python_version >= "3.8" # Dask backend
distributed>=2022.08.1 ; python_version >= "3.8" # Dask backend
# JsMVA: Jupyter notebook magic for TMVA
ipywidgets
# 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