Revision ce7772b5bd4b06d212907aaaaaf0ad73a8cc6d23 authored by Axel Naumann on 03 March 2021, 16:31:09 UTC, committed by Axel Naumann on 03 March 2021, 16:32:09 UTC
1 parent 392f621
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
back to top