https://github.com/root-project/root
Raw File
Tip revision: 5a1b28d7fc5a2ec9f00ede9e490879f1b7086020 authored by Stephan Hageboeck on 27 October 2020, 13:18:29 UTC
[RF] Implement plotting hints for RooBinSamplingPdf.
Tip revision: 5a1b28d
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
back to top