-
Notifications
You must be signed in to change notification settings - Fork 9
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
Compatibility Issues #96
Comments
It's explained at the bottom of the message: the problem is that LsqFit is not compatible with Distributions 0.25. It should be added to https://github.com/JuliaNLSolvers/LsqFit.jl/blob/2d3611f0e7bd506daf423f15c3e78e3feddd7fb0/Project.toml#L15. |
Relevant PR: JuliaNLSolvers/LsqFit.jl#185 |
What about making |
I think 0.24 should work as well but it would be good to check if tests pass with 0.24.0 locally once before adding it to the compat section. |
Thanks. It indeed works. I tested and submitted a PR. |
It should work with the latest release of OptimalTransport. However, one should really fix LsqFit. |
I was trying to install version 0.3.9 of our package, and I'm getting compatibility issues with UMAP.jl. Here is the error message:
Do any of you guys knows a way around this? I'm doing some work where I need to use both
UMAP.jl
andOptimalTransport.jl
.The text was updated successfully, but these errors were encountered: