From 4223be87ef7e66d3008b5731c4be2fc67335de33 Mon Sep 17 00:00:00 2001 From: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> Date: Wed, 13 Nov 2024 19:44:17 +0800 Subject: [PATCH] Update baseline for CasADi 3.6.7 bump (#4582) * Bump to latest baseline (CasADi 3.6.7) * Bump host and runtime version for CasADi --- pyproject.toml | 4 ++-- vcpkg-configuration.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index be07105f75..b83c3704fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = [ "setuptools>=64", "wheel", # On Windows, use the CasADi vcpkg registry and CMake bundled from MSVC - "casadi>=3.6.6; platform_system!='Windows'", + "casadi>=3.6.7; platform_system!='Windows'", # Note: the version of CasADi as a build-time dependency should be matched # across platforms, so updates to its minimum version here should be accompanied # by a version bump in https://github.com/pybamm-team/casadi-vcpkg-registry. @@ -37,7 +37,7 @@ classifiers = [ dependencies = [ "numpy>=1.23.5,<2.0.0", "scipy>=1.11.4", - "casadi>=3.6.6", + "casadi>=3.6.7", "xarray>=2022.6.0", "anytree>=2.8.0", "sympy>=1.12", diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 8d5c64ac47..f3d53f56c3 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -13,7 +13,7 @@ { "kind": "git", "repository": "https://github.com/pybamm-team/casadi-vcpkg-registry.git", - "baseline": "1cb93f2fb71be26c874db724940ef8e604ee558e", + "baseline": "e4b797736790af90de505e0296b07e87719cb1a6", "packages": ["casadi"] } ]