We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
:SR
SR()
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)
The text was updated successfully, but these errors were encountered:
I don't see any issue increasing the Julia min dependency to v1.6.
Sorry, something went wrong.
No branches or pull requests
In ArnoldiMethod.jl 0.3 you can use
:SR
as 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)
The text was updated successfully, but these errors were encountered: