From dea9a099a1d2e5ea8ea20a494e932c473d953cb4 Mon Sep 17 00:00:00 2001 From: "Eric G. Kratz" Date: Wed, 13 Nov 2024 09:42:03 -0500 Subject: [PATCH] Update casadi (#10) --- pyproject.toml | 2 +- vcpkg-configuration.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 29ba224..da35f93 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.5; platform_system!='Windows'", + "casadi>=3.6.7; platform_system!='Windows'", # Note: the version of CasADi as a build-time dependency should be matched # cross platforms, so updates to its minimum version here should be accompanied # by a version bump in https://github.com/pybamm-team/casadi-vcpkg-registry. diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index 8d5c64a..f3d53f5 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"] } ]