Closed Yann-C-INN closed 6 months ago
The latest Makie versions have switched to Format, so updating should fix this:
https://github.com/MakieOrg/Makie.jl/blob/f3e9013222aba5a55bb934137b8b5714b831bb8c/Project.toml#L24
The latest Makie versions have switched to Format, so updating should fix this:
https://github.com/MakieOrg/Makie.jl/blob/f3e9013222aba5a55bb934137b8b5714b831bb8c/Project.toml#L24
thanks. Is it something I fix locally simply by re-installing Makie or if another package (Tidier.jl in that case) has the previous version it will still pop this warning?
I probably have the latest version of Makie, so i guess it's on their side (?)
(@v1.10) pkg> add Makie
Resolving package versions...
No Changes to `C:\Users\--\.julia\environments\v1.10\Project.toml`
No Changes to `C:\Users\--\.julia\environments\v1.10\Manifest.toml`
Probably Tidier hasn't allowed latest AoG or Makie in its compat settings yet.
Tagging @rdboyes for awareness on TidierPlots.
What I did:
]add Tidier
What I got:Yann