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)
In ArnoldiMethod.jl 0.3 you can use
:SRas a symbol instead of the structSR(). 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)