Skip to content

Commit

Permalink
relax version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
matbesancon committed Mar 1, 2024
1 parent 241f3c5 commit 09da8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function __init__()
patch = SCIPtechVersion()
current = VersionNumber("$major.$minor.$patch")
required = VersionNumber("8")
upperbound = VersionNumber("9")
upperbound = VersionNumber("10")
if current < required || current >= upperbound
@error(
"SCIP is installed at version $current, " *
Expand Down

0 comments on commit 09da8a1

Please sign in to comment.