JuliaDB.jl icon indicating copy to clipboard operation
JuliaDB.jl copied to clipboard

Issue with updating plots

Open rs7q5 opened this issue 3 years ago • 4 comments

JuliaDB appears to be pinning plots to v0.28.4. Is there a way to get JuliaDB to allow updates or is this an issue with StatsPlots?

rs7q5 avatar Jan 16 '21 06:01 rs7q5

Unfortunately it is still pinning, at least in JuliaPro. There's likely a large disconnect between PGFPlotsX, JuliaDB, Plots, and StatsPlots, Ideally I'd like to use JuliaDB, PGFPlotsX and StatsPlots, but it's probably a giant mess to get it all to work correctly.

A lot of the restrictions seem to be with requirements through JuliaDB to update anything, but it's likely not a simple fix.

It's just annoying that a lot of packages can't get updated because of it.

rs7q5 avatar Apr 27 '21 15:04 rs7q5

We're basically waiting on https://github.com/JuliaData/JuliaDB.jl/pull/389 to be merged, so that we can start using CompatHelper to assist with dependency upgrades. We can't safely bump compat bounds unless we have robust, passing CI.

jpsamaroo avatar Apr 28 '21 14:04 jpsamaroo

Ah okay. Thanks for the update.

rs7q5 avatar Apr 28 '21 14:04 rs7q5

I see #389 was reopened, does that mean it should be getting fixed soon?

rs7q5 avatar Sep 11 '21 22:09 rs7q5