You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
The current version of AverageShiftedHistogram.jl's Project.toml says:
[compat]
UnicodePlots = "1.1"
Because of this the version of UnicodePlots.jl on my computer is v1.14.0.
This version is quite obsolete: the current version of UnicodePlots.jl is v2.4.4.
If I want to use the latest version of Plots.jl v1.22.1 and the AverageShiftedHistograms.jl together, I get the following warning if I use them under my vscode session as discussed in the thread JuliaPlots/Plots.jl#3831 .
I am wondering whether the Project.toml can be upgraded so that it accepts the more recent versions of UnicodePlots.jl. Thanks a lot for your help!!
The text was updated successfully, but these errors were encountered:
Hello.
The current version of
AverageShiftedHistogram.jl
's Project.toml says:Because of this the version of
UnicodePlots.jl
on my computer is v1.14.0.This version is quite obsolete: the current version of
UnicodePlots.jl
is v2.4.4.If I want to use the latest version of
Plots.jl
v1.22.1 and theAverageShiftedHistograms.jl
together, I get the following warning if I use them under my vscode session as discussed in the thread JuliaPlots/Plots.jl#3831 .I am wondering whether the
Project.toml
can be upgraded so that it accepts the more recent versions ofUnicodePlots.jl
. Thanks a lot for your help!!The text was updated successfully, but these errors were encountered: