Skip to content

Commit a061b76

Browse files
authored
Change min requirement again (#900)
SCIP version is returning conflicting information. Update to 9.0.1 requirement (identical to 9.1.0)
1 parent 86e8afc commit a061b76

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pyscipopt/scip.pxi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ include "nodesel.pxi"
3838

3939
# recommended SCIP version; major version is required
4040
MAJOR = 9
41-
MINOR = 1
42-
PATCH = 0
41+
MINOR = 0
42+
PATCH = 1
4343

4444
# for external user functions use def; for functions used only inside the interface (starting with _) use cdef
4545
# todo: check whether this is currently done like this

0 commit comments

Comments
 (0)