Revision 18b4f317b389fa7931d7eb8e00525f4dca44be0f authored by Axel Naumann on 08 May 2023, 02:27:26 UTC, committed by Axel Naumann on 08 May 2023, 02:27:26 UTC
1 parent 39453d9
Raw File
requirements.txt
# ROOT requirements for third-party Python packages

# PyROOT: Interoperability with numpy arrays
# TMVA: PyMVA interfaces
numpy>=1.4.1

# PyROOT: ROOT.Numba.Declare decorator
numba>=0.47.0
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
back to top