Would it be difficult to upgrade the elm-geometry dependency? I'm hoping it's a dependency spec update, but maybe there have been API changes.
I'm getting this dependency conflict when trying to use the latest Stat module:
-- NO VALID PACKAGE VERSION ----------------------------------------------------
Because gampleman/elm-visualization 2.3.0 depends on ianmackenzie/elm-geometry
3.6.0 <= v < 4.0.0 and jxxcarlson/elm-stat 5.0.0 depends on ianmackenzie/elm-
geometry 1.2.1 <= v < 2.0.0, gampleman/elm-visualization 2.3.0 is incompatible with
jxxcarlson/elm-stat 5.0.0.
And because gampleman/elm-visualization 2.3.0 is incompatible with
jxxcarlson/elm-stat 5.0.0 and this project depends on gampleman/elm-
visualization 2.3.0, no valid set of package versions could be found.
Hey JIm,
Would it be difficult to upgrade the
elm-geometry
dependency? I'm hoping it's a dependency spec update, but maybe there have been API changes.I'm getting this dependency conflict when trying to use the latest
Stat
module:Thanks!