Closed rcqls closed 1 month ago
I think I can downgrade the StatsBase version in the package. This might solve the issue.
I think I can downgrade the StatsBase version in the package. This might solve the issue.
Yep, I had this in mind, but it is weird that a package restricts the version of statsbase. BTW, I can't see the package in the dependencies of Gadfly that restricts StatsBase to the version v0.33...
I've downgraded the version deps for StatsBase. I think similar things can be done for other packages if similar issues appear. When defining the dependencies, I just used the latest versions at the time of coding. Gadfly must use some other package that depends on StatsBase 0.33, that is probably why it implicitly requires 0.33.
The new 0.2.5 is underway, which should solve this compatibility issue.
Excellent it works!
Hi again, I was surprised to have my Vizagrams version restricted to v0.1.0
Removing Gadfly saved the issue because Gadfly restricts (indirectly) StatsBase to be at version v0.33 and not v0.34 as in Vizagrams.
The following output dhow how adding Gadfly downgrade the Vizagrams version.