Registrator.jl sudden conda dependency error on GitHub

It is a little strange, I fixed it by adding a deps/build.jl, installing matplotlib through Conda.pip and then again, through Conda.add, before pointing PyCall to Conda’s python. None of which had I needed earlier for PyPlot as a dependency. See here for the fix