Closed kradical closed 3 months ago
Hello @kradical,
yarn seems to have some radical opinions about this kind of dependencies contrary to all other dependency resolvers, sigh. It was actually convenient for me to maintain this without having to specify the graphology-indices
version in graphology-metrics
so as to keep it automatically aligned with graphology-shortest-path
. But I see their point also.
In any case, let me merge your PR and publish a bugfix :)
ahh I see, not so great for mono repo lib maintainers :(. well I appreciate you making my life easier!
When attempting to use a couple of the centrality algorithms I hit an error from yarn about being unable to resolve dependencies. It looks like we are implicitly depending on graphology-indices in those files.
Error:
~I'll put up a PR to add that dependency, which I think should fix things.~ https://github.com/graphology/graphology/pull/521