Skip to content

Commit

Permalink
Update baseline for CasADi 3.6.7 bump (#4582)
Browse files Browse the repository at this point in the history
* Bump to latest baseline (CasADi 3.6.7)

* Bump host and runtime version for CasADi
  • Loading branch information
agriyakhetarpal authored Nov 13, 2024
1 parent cb50363 commit 4223be8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
"kind": "git",
"repository": "https://github.com/pybamm-team/casadi-vcpkg-registry.git",
"baseline": "1cb93f2fb71be26c874db724940ef8e604ee558e",
"baseline": "e4b797736790af90de505e0296b07e87719cb1a6",
"packages": ["casadi"]
}
]
Expand Down

0 comments on commit 4223be8

Please sign in to comment.