-
Notifications
You must be signed in to change notification settings - Fork 250
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
Relax dependency versions? #1287
Comments
Related: JuliaRegistries/General#647 |
That argument makes sense. Alright, let me run the tests and see how they perform. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm stuck on a broken version of Distributions because Gadfly's dependencies are a little too restrictive as of #1283. My understanding is that currently the max allowed version of Distributions is v0.19.1 even though v0.20.0 is out and fixes my problem and it's due to the hard caps in the
[compat]
section ofProject.toml
Gadfly.jl/Project.toml
Line 40 in 8813880
I suspect we want to use inequalitys instead of the default caret values: https://julialang.github.io/Pkg.jl/dev/compatibility/#Inequality-specifiers-1
The text was updated successfully, but these errors were encountered: