Skip to content

Commit

Permalink
Add uppet bound to BP
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat authored Feb 9, 2021
1 parent b6031a1 commit f504905
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 @@ -16,7 +16,7 @@ OSQP_jll = "9c4f68bf-6205-5545-a508-2878b064d984"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
BinaryProvider = "0.3.0"
BinaryProvider = "0.3, 0.4, 0.5"
MathOptInterface = "~0.9.5"
MathProgBase = "~0.5.0, ~0.6, ~0.7"
julia = "1"
Expand Down

2 comments on commit f504905

@blegat
Copy link
Collaborator Author

@blegat blegat commented on f504905 Feb 9, 2021

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/29738

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 the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.1 -m "<description of version>" f50490536e41da2fef5f03216223090bd30698f8
git push origin v0.6.1

Please sign in to comment.