We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7565b9 commit 9be7d3eCopy full SHA for 9be7d3e
src/init.jl
@@ -148,9 +148,8 @@ function __init__()
148
ccall(:jl_generating_output, Cint, ()) == 1 && return nothing
149
isjulia_display[] = isdisplayok()
150
PythonCall.pycopy!(matplotlib, pyimport("matplotlib"))
151
- mvers = pyconvert(String, matplotlib.__version__)
152
global version = try
153
- vparse(mvers)
+ vparse(pyconvert(String, matplotlib.__version__))
154
catch
155
v"0.0.0" # fallback
156
end
0 commit comments