https://github.com/root-project/root
Revision e505be37d9ff6b858a3d46bfe48fc0f5caff1a65 authored by Axel Naumann on 14 April 2021, 14:29:02 UTC, committed by Axel Naumann on 14 April 2021, 14:29:02 UTC
1 parent 915eecc
Raw File
Tip revision: e505be37d9ff6b858a3d46bfe48fc0f5caff1a65 authored by Axel Naumann on 14 April 2021, 14:29:02 UTC
"Update ROOT version files to v6.24/00."
Tip revision: e505be3
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: Spark backend
pyspark>=2.4
back to top