Skip to content

Commit

Permalink
Restrict Julia version
Browse files Browse the repository at this point in the history
Julia version is restricted to 1.3 until modifications in CHOLMOD brought by JuliaLang/julia#34546 are addressed.
  • Loading branch information
mtanneau authored Feb 29, 2020
1 parent e1cd757 commit 1f752fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
LDLFactorizations = "^0.4"
MathOptInterface = "~0.9.5"
OrderedCollections = "1"
julia = "1"
julia = "< 1.4"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

2 comments on commit 1f752fd

@mtanneau
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Julia version < 0.7 not allowed in [compat]

Please sign in to comment.