Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lostella authored Jul 7, 2019
1 parent 1d265e5 commit 44dcef1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ SuiteSparse = "4607b0f0-06f3-5cda-b6b1-a6196a1729e9"
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"

[compat]
IterativeSolvers = "0.8.0"
OSQP = "0.3.0, 0.4.0, 0.5.0"
TSVD = "0.3.0"
IterativeSolvers = ">= 0.8.0"
OSQP = ">= 0.3.0"
TSVD = ">= 0.3.0"
julia = "1.0.0"

[extras]
Expand Down

2 comments on commit 44dcef1

@lostella
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 register

Release notes:

Fixes for Julia 1.2

@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/1852

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.10.2 -m "<description of version>" 44dcef1c8a1b399ebbacfa933c115fed10a048f2
git push origin v0.10.2

Please sign in to comment.