We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4344aa5 commit 800672aCopy full SHA for 800672a
Project.toml
@@ -14,12 +14,12 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
14
TSVD = "9449cd9e-2762-5aa3-a617-5413e99d722e"
15
16
[compat]
17
-JuMP = ">= 1.2.1"
18
-MosekTools = ">= 0.12.1"
19
-OSQP = ">= 0.8.0"
20
-ProximalOperators = ">= 0.15.3"
21
-TSVD = ">= 0.4.3"
22
-julia = "1.6"
+JuMP = "^1.2.1"
+MosekTools = "^0.12.1"
+OSQP = "^0.8.0"
+ProximalOperators = "^0.15.3"
+TSVD = "^0.4.3"
+julia = "^1.6"
23
24
[extras]
25
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
0 commit comments