forked from root-project/root
-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
35 lines (27 loc) · 1015 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
# ROOT requirements for third-party Python packages
# PyROOT: Interoperability with numpy arrays
numpy
pandas
# TMVA: SOFIE
dm-sonnet ; python_version < "3.13" # used for GNNs, not available for Python 3.13 yet
graph_nets ; python_version < "3.13" # not available for Python 3.13 yet
onnx
# TMVA: PyMVA interfaces
scikit-learn
tensorflow<2.16 ; python_version < "3.12"
torch<2.5 ; python_version < "3.13" # no torch version that fullfills version constraint available for Python 3.13
xgboost
# PyROOT: ROOT.Numba.Declare decorator
numba>=0.48 ; python_version < "3.13" # no numba available for Python 3.13 yet
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 # Dask backend
distributed>=2022.08.1 # 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