Closed juliohm closed 3 years ago
@jheinen perhaps this error is coming from a recent GR update?
What is your Plots
version in ] st -m
?
nonuniformpolarcellarray
is still exported by GR.jl
The Plots.jl version is fixed in the GeoStats/docs/Project.toml for a while now at v1.15.
Updated the version of Plots.jl once again to fix the bug. It is really hard to maintain any project without semver guarantees.
Why not pin the GR
version ?
Will probably do it next time as well, not sure it will guarantee anything if semver is not being strictly followed though.
But Plots.jl
is following semver e.g. here, restricting compatible versions: it's just maybe too broad.
Just add a [compat]
section in https://github.com/JuliaEarth/GeoStats.jl/blob/master/docs/Project.toml in order to restrict the GR
and/or Plots
versions.
I am just trying to build my docs and Plots.jl is breaking again 😠even though I fixed the minor version in my Project.toml. Is Plots.jl following semver?
Here is the new error:
It can be reproduced by trying to build the GeoStats.jl docs on the master branch, which I didn't touch in a while.