Skip to content

Commit

Permalink
chore: bump versions of IESopt.jl (2.1.0) and Julia (1.11.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sstroemer authored Dec 3, 2024
1 parent 6d47c3f commit 50b23b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/iesopt/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ def _strtobool(val: str):

class Config:
DEFAULTS = {
"IESOPT_JULIA": "1.11.1",
"IESOPT_CORE": "2.0.2",
"IESOPT_JULIA": "1.11.2",
"IESOPT_CORE": "2.1.0",
"IESOPT_JUMP": "1.23.5",
"IESOPT_SOLVER_HIGHS": "1.12.1",
"IESOPT_MULTITHREADED": "no", # yes, no
Expand Down

0 comments on commit 50b23b1

Please sign in to comment.