Skip to content

Commit

Permalink
pybamm-team#3480 Remove CMake as a build-time dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Dec 16, 2023
1 parent 2da613d commit 91e40f3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@
requires = [
"setuptools>=64",
"wheel",
# On Windows, use the CasADi vcpkg registry and CMake bundled from MSVC
# On Windows, use the CasADi vcpkg registry
"casadi>=3.6.3; platform_system!='Windows'",
"cmake; platform_system!='Windows'",
"pybind11[global]>=2.11.1",
]
build-backend = "setuptools.build_meta"
# Note: CMake is required to compile the IDAKLU solver but is not bundled with
# PyBaMM as a build-time dependency. If CMake is not installed, the IDAKLU
# solver compilation does not proceed.

[project]
name = "pybamm"
Expand Down

0 comments on commit 91e40f3

Please sign in to comment.