Skip to content
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

Merged
merged 9 commits into from
Mar 16, 2020
Merged

Conversation

isuruf
Copy link
Member

@isuruf isuruf commented Dec 12, 2019

Fixes #181
Fixes #180
Fixes #178
Fixes #177
Fixes #174
Fixes #170
Fixes #165

Project.toml Outdated
Compat = "≥ 0.63.0"
RecipesBase = "≥ 0.0.6"
julia = "≥ 1.0.0"
julia = "≥ 1.3.0"

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

Copy link
Member Author

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"?

Copy link

@giordano giordano Feb 13, 2020

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

@isuruf isuruf merged commit ab8387e into symengine:master Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants