We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79d523e commit a89ea43Copy full SHA for a89ea43
2 files changed
Project.toml
@@ -8,7 +8,7 @@ Clp_jll = "06985876-5285-5a41-9fcb-8948a742cc53"
8
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
9
10
[compat]
11
-Clp_jll = "=100.1700.601"
+Clp_jll = "=100.1700.601, =100.1700.700"
12
MathOptInterface = "1.1"
13
julia = "1.6"
14
src/Clp.jl
@@ -12,7 +12,7 @@ function __init__()
version = VersionNumber(
"$(Clp_VersionMajor()).$(Clp_VersionMinor()).$(Clp_VersionRelease())",
)
15
- if !(v"1.17.2" <= version <= v"1.17.6")
+ if !(v"1.17.2" <= version <= v"1.17.7")
16
error(
17
"You have installed version $version of Clp, which is not " *
18
"supported by Clp.jl. If the version change was breaking, changes " *
0 commit comments