Revision 415035f7dc9e8715e389248261b06ddb665b4e27 authored by Jonas Rembser on 30 May 2023, 22:27:55 UTC, committed by Jonas Rembser on 08 June 2023, 12:57:44 UTC
Make sure that more of the manually-allocated cached objects are
properly deleted.
1 parent 0596611
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