From 08d7bee224b23a77f431d511a5d76674bee31cfd Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Sun, 21 May 2017 11:30:11 +0200 Subject: [PATCH] Remove conda update message These instructions led to installing a deprecated matplotlib version --- src/backends/pyplot.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backends/pyplot.jl b/src/backends/pyplot.jl index 7ba5b29c..69fbe426 100644 --- a/src/backends/pyplot.jl +++ b/src/backends/pyplot.jl @@ -55,8 +55,6 @@ function add_backend_string(::PyPlotBackend) withenv("PYTHON" => "") do Pkg.build("PyPlot") end - import Conda - Conda.add("qt=4.8.5") # now restart julia! """