Skip to content

Commit

Permalink
chore: bump to IESopt.jl 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Strömer committed Feb 5, 2025
1 parent b1387ca commit 866f090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iesopt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def _strtobool(val: str):
class Config:
DEFAULTS = {
"IESOPT_JULIA": "1.11.3",
"IESOPT_CORE": "2.4.0",
"IESOPT_CORE": "2.5.0",
"IESOPT_JUMP": "1.24.0",
"IESOPT_SOLVER_HIGHS": "1.13.0",
"IESOPT_MULTITHREADED": "no", # yes, no
Expand Down

0 comments on commit 866f090

Please sign in to comment.