Unable to add MakieLayout

I’m unable to add MakieLayout.

(@v1.5) pkg> add MakieLayout#master
    Cloning git-repo `https://github.com/jkrumbiegel/MakieLayout.jl.git`
   Updating git-repo `https://github.com/jkrumbiegel/MakieLayout.jl.git`
  Resolving package versions...
ERROR: Unsatisfiable requirements detected for package AbstractPlotting [537997a7]:
 AbstractPlotting [537997a7] log:
 ├─possible versions are: [0.9.0-0.9.27, 0.10.0-0.10.11, 0.11.0-0.11.2, 0.12.0-0.12.18, 0.13.0-0.13.11, 0.14.0-0.14.4, 0.15.0-0.15.18] or uninstalled
 ├─restricted to versions 0.15.12-0.15 by GLMakie [e9467ef8], leaving only versions 0.15.12-0.15.18
 │ └─GLMakie [e9467ef8] log:
 │   ├─possible versions are: 0.1.27 or uninstalled
 │   └─GLMakie [e9467ef8] is fixed to version 0.1.27
 └─restricted to versions 0.10-0.11 by MakieLayout [5a521ce4] — no versions left
   └─MakieLayout [5a521ce4] log:
     ├─possible versions are: 0.9.10 or uninstalled
     └─MakieLayout [5a521ce4] is fixed to version 0.9.10

Currently the status of Makie packages are

Status `C:\Users\benec\.julia\environments\v1.5\Project.toml`
  [537997a7] AbstractPlotting v0.15.18
  [13f3f980] CairoMakie v0.3.15
  [e9467ef8] GLMakie v0.1.27 `https://github.com/JuliaPlots/GLMakie.jl.git#master`

MakieLayout has been incorporated into AbstractPlotting, so you don’t need to add the package anymore. See http://makie.juliaplots.org/dev/makielayout/tutorial.html for the new way to use it

2 Likes