Skip to content

Commit aeccbe9

Browse files
author
Stefan Strömer
committed
chore: IESopt.jl v2.9.1
1 parent b4f5ca1 commit aeccbe9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/iesopt/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _strtobool(val: str):
1313
class Config:
1414
DEFAULTS = {
1515
"IESOPT_JULIA": "1.11.7",
16-
"IESOPT_CORE": "2.9.0",
16+
"IESOPT_CORE": "2.9.1",
1717
"IESOPT_JUMP": "1.29.1",
1818
"IESOPT_SOLVER_HIGHS": "1.19.0",
1919
"IESOPT_MULTITHREADED": "no", # yes, no

0 commit comments

Comments
 (0)