-
Notifications
You must be signed in to change notification settings - Fork 41
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
Distributions.jl
in compat section
#94
Comments
Same thing with As a side note, I find it odd that installing one package can easily downgrade my installed packages without warning, sometimes several major versions down, such that they no longer provide the features my code uses, so my code breaks because I installed some other package. |
Hi, yes this is a place in dependency hell that I haven't visited a lot. I think there is a whole Julia / github infrastructure for getting notified when there are new versions of dependencies, but I think it explicitly doesn't do testing, so I've turned all these things off as it appears useless to me. I am happy to update these compatibility restrictions to something that has been tested to work. Specifically for |
I have this package as dependency for my own package. I found it is blocked by Distributions.jl version rooted in this package. I hope these compats can be picked up and get package maintained well. |
I've recently bumped into a problem trying to install
GaussinMixtures.jl
together with a few other packages, because of strictcompat
section inProject.toml
, in particular the constrains related toDistributions.jl
. In my projectGaussianMixtures.jl
successfully coexists with[email protected]
. I suggest easing this constraint.The text was updated successfully, but these errors were encountered: