-
Notifications
You must be signed in to change notification settings - Fork 43
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
Require julia 1.3 and use new jll package #186
Conversation
Project.toml
Outdated
Compat = "≥ 0.63.0" | ||
RecipesBase = "≥ 0.0.6" | ||
julia = "≥ 1.0.0" | ||
julia = "≥ 1.3.0" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that dependencies need to have upper bounds. This won't be accepted in the general registry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Something like, `julia = "≥ 1.3.0,<2.0.0"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Simply
julia = "1.3"
also works
Fixes #181
Fixes #180
Fixes #178
Fixes #177
Fixes #174
Fixes #170
Fixes #165