Skip to content

Commit

Permalink
Update src/init.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Steven G. Johnson <[email protected]>
  • Loading branch information
KristofferC and stevengj authored Oct 29, 2024
1 parent bf77bbb commit cb7cefc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,7 @@ function __init__()
isjulia_display[] = isdisplayok()
copy!(matplotlib, pyimport_conda("matplotlib", "matplotlib"))
global version = try
mvers = matplotlib.__version__
vparse(mvers)
vparse(matplotlib.__version__)
catch
v"0.0.0" # fallback
end
Expand Down

0 comments on commit cb7cefc

Please sign in to comment.