-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Not compatible with Zygote v0.6.0 #70
Comments
Hmm, this failure is confusing me, BackwardsLinAlg has no compatability bounds at all |
Thanks for the clarification! |
It appears as if this is no longer an issue (@v1.6) pkg> st Zygote
Status `~/.julia/environments/v1.6/Project.toml`
[e88e6eb3] Zygote v0.6.8
(@v1.6) pkg> st SpectralDistances
Status `~/.julia/environments/v1.6/Project.toml`
[2b0dec9d] SpectralDistances v0.1.11 `~/.julia/dev/SpectralDistances` and with the latest master, tests pass, at least for me locally |
Perfect! It works now. |
The error is due to package BackwardsLinalg.
The text was updated successfully, but these errors were encountered: