We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09615c8 commit 8210f62Copy full SHA for 8210f62
Project.toml
@@ -1,17 +1,19 @@
1
name = "ECOS"
2
uuid = "e2685f51-7e38-5353-a97d-a921fd2c8199"
3
repo = "https://github.com/jump-dev/ECOS.jl.git"
4
-version = "1.1.1"
+version = "1.1.2"
5
6
[deps]
7
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
8
ECOS_jll = "c2c64177-6a8e-5dca-99a7-64895ad7445f"
9
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
10
11
[compat]
12
-CEnum = "0.3, 0.4"
+CEnum = "0.3, 0.4, 0.5"
13
ECOS_jll = "=2.0.8, =200.0.800"
14
MathOptInterface = "1.1"
15
+SparseArrays = "<0.0.1, 1.6"
16
+Test = "<0.0.1, 1.6"
17
julia = "1.6"
18
19
[extras]
0 commit comments