From 50b23b1c6eaa527982ff1571ffc3a4d837bad102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20Str=C3=B6mer?= <8915976+sstroemer@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:54:17 +0100 Subject: [PATCH] chore: bump versions of IESopt.jl (2.1.0) and Julia (1.11.2) --- src/iesopt/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/iesopt/config.py b/src/iesopt/config.py index a9e9daa..3f0e6c0 100644 --- a/src/iesopt/config.py +++ b/src/iesopt/config.py @@ -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