Skip to content

Commit

Permalink
Update with release of MOI v0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Sep 7, 2021
1 parent ad40c75 commit e256b29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ECOS"
uuid = "e2685f51-7e38-5353-a97d-a921fd2c8199"
repo = "https://github.com/jump-dev/ECOS.jl.git"
version = "0.12.3"
version = "0.12.4"

[deps]
BinaryProvider = "b99e7846-7c00-51b0-8f62-c81ae34c0232"
Expand All @@ -10,13 +10,12 @@ Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

[compat]
BinaryProvider = "0.5"
ECOS_jll = "=2.0.5"
MathOptInterface = "0.9.5"
MathOptInterface = "0.10"
MathProgBase = "~0.5.0, ~0.6, ~0.7"
julia = "1"

Expand Down
5 changes: 0 additions & 5 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@
# Test the ECOS.jl solver wrapper
#############################################################################

if get(ENV, "GITHUB_ACTIONS", "") == "true"
import Pkg
Pkg.add(Pkg.PackageSpec(name = "MathOptInterface", rev = "master"))
end

using ECOS

using Test
Expand Down

2 comments on commit e256b29

@blegat
Copy link
Member Author

@blegat blegat commented on e256b29 Sep 7, 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 created: JuliaRegistries/General/44350

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.12.4 -m "<description of version>" e256b29fba160c1fcde26bc9a0cb0eeda90b251b
git push origin v0.12.4

Please sign in to comment.