JuliaHEP / UpROOT.jl

Julia package to access CERN ROOT files, wraps Python package uproot
Other
15 stars 3 forks source link

use python uproot3 and awkward0 to remain compatible #14

Closed alusiani closed 3 years ago

alusiani commented 3 years ago

At present, as already mentioned in a former issue, one should use the Python packages uproot3 and awkward0 to remain compatible with the Python evolution to uproot = uproot4 and awkward = awkward1. This super simple patch achieves that. Works for me in a minimal test.

oschulz commented 3 years ago

Thanks, @alusiani , this had gotten stuck on my to-do list ...