Skip to content

Commit 1b4ed43

Browse files
alusianioschulz
authored andcommitted
use python uproot3 and awkward0 to remain compatible
1 parent aed013d commit 1b4ed43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/UpROOT.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ include("tdirectory.jl")
2222
include("ttree.jl")
2323

2424
function __init__()
25-
copy!(awkward, pyimport_conda("awkward", "awkward", "conda-forge"))
26-
copy!(uproot, pyimport_conda("uproot", "uproot", "conda-forge"))
25+
copy!(awkward, pyimport_conda("awkward0", "awkward0", "conda-forge"))
26+
copy!(uproot, pyimport_conda("uproot3", "uproot3", "conda-forge"))
2727
copy!(numpy, pyimport("numpy"))
2828

2929
for k in _testfile_keys

0 commit comments

Comments
 (0)