Skip to content

Commit

Permalink
Bump to CasADi 3.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 28, 2024
1 parent 76e12c2 commit b13922e
Showing 1 changed file with 2 additions and 2 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.5; platform_system!='Windows'",
"casadi>=3.6.6; 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.
Expand Down Expand Up @@ -37,7 +37,7 @@ classifiers = [
dependencies = [
"numpy>=1.23.5,<2.0.0",
"scipy>=1.11.4",
"casadi>=3.6.5",
"casadi>=3.6.6",
"xarray>=2022.6.0",
"anytree>=2.8.0",
"sympy>=1.12",
Expand Down

0 comments on commit b13922e

Please sign in to comment.