JuliaGraphs / GraphPlot.jl

Graph visualization for Julia.
http://JuliaGraphs.github.io/GraphPlot.jl/
Other
200 stars 62 forks source link

Use `:SR` instead of `SR()` #199

Open haampie opened 5 months ago

haampie commented 5 months ago

In ArnoldiMethod.jl 0.3 you can use :SR as a symbol instead of the struct SR(). That allows you to drop the dependency here.

However, may need to bump the julia requirement to 1.6 cause that's what ArnoldiMethod.jl has now (well, Graphs.jl too)

simonschoelly commented 5 months ago

I don't see any issue increasing the Julia min dependency to v1.6.