Skip to content

Commit

Permalink
Add upper bounds on versions for QDLDL and DataStructures
Browse files Browse the repository at this point in the history
  • Loading branch information
migarstka committed Nov 26, 2019
1 parent 63c4d94 commit 1efaa88
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"

[compat]
QDLDL = "~0.1.3"
DataStructures = "~0.17.0"
MathOptInterface = "~0.9.7"
UnsafeArrays = "^0.3"
julia = "^1"

2 comments on commit 1efaa88

@migarstka
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.

Registration pull request updated: JuliaRegistries/General/5892

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.0 -m "<description of version>" 1efaa88bc9cb99d9e8f9d833baddb718297707fc
git push origin v0.6.0

Please sign in to comment.