Skip to content

Commit 9df5492

Browse files
committed
chore: require cbcbox>=2.909
2.909 picks up upstream fixes to scaleCutIntegral (assert-after-modify crash with CutType.GMI) in coin-or/Osi and coin-or/Cgl.
1 parent effba23 commit 9df5492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ classifiers = [
3434
]
3535
dynamic = ["version"]
3636

37-
dependencies = ["cffi>=1.15", "cbcbox>=2.908"]
37+
dependencies = ["cffi>=1.15", "cbcbox>=2.909"]
3838

3939
[project.optional-dependencies]
4040
numpy = [

0 commit comments

Comments
 (0)