We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed013d commit 1b4ed43Copy full SHA for 1b4ed43
src/UpROOT.jl
@@ -22,8 +22,8 @@ include("tdirectory.jl")
22
include("ttree.jl")
23
24
function __init__()
25
- copy!(awkward, pyimport_conda("awkward", "awkward", "conda-forge"))
26
- copy!(uproot, pyimport_conda("uproot", "uproot", "conda-forge"))
+ copy!(awkward, pyimport_conda("awkward0", "awkward0", "conda-forge"))
+ copy!(uproot, pyimport_conda("uproot3", "uproot3", "conda-forge"))
27
copy!(numpy, pyimport("numpy"))
28
29
for k in _testfile_keys
0 commit comments