-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MakieCore.jl #10
Comments
It seems to me that the "deprecation" relates to the specific github repo (with the url What version conflict do you encounter exactly? Maybe relaxing the MakieCore compat entry could fix your issue? |
I have a sysimage with Makie and CairoMakie built in. This sysimage is rebuilt nightly. Looking at the Manifest, it has MakieCore 0.5.2. Here, I am trying to add TuePlots in a session using that sysimage (@v1.8) pkg> st
Status `~/.julia/environments/v1.8/Project.toml`
[13f3f980] CairoMakie v0.9.2
[7073ff75] IJulia v1.23.3
[ee78f7c6] Makie v0.18.2
[9b87118b] PackageCompiler v2.1.0
[91a5bcdd] Plots v1.36.1
[d6f4376e] Markdown (@v1.8) pkg> add TuePlots
Updating registry at `~/.julia/registries/General.toml`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package MakieCore [20f20a25]:
MakieCore [20f20a25] log:
├─possible versions are: 0.5.2 or uninstalled (package in sysimage!)
└─found to have no compatible versions left with TuePlots [7dc86ad5]
└─TuePlots [7dc86ad5] log:
├─possible versions are: 0.1.0 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions 0.1.0 |
I see you depend on MakieCore.jl. That has be depreciated (https://github.com/JuliaPlots/MakieCore.jl). Can this be updated to depend on Makie instead? I realize that that seems like a heavy dep given that you also support Plots.jl.
I have sysimages build for Makie and I am unable to add TuePlots due to a version conflict with MakieCore in the sysimage.
The text was updated successfully, but these errors were encountered: