Skip to content

Commit

Permalink
pybamm-team#3049 add cmake to build-system requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 30, 2023
1 parent bfafc75 commit f4d148a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[build-system]
# TODO: specify minimum version of setuptools otherwise scikits.odes, NumPy, and others
# will fail to install
requires = ["setuptools", "wheel"]
requires = ["setuptools", "wheel", "cmake"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit f4d148a

Please sign in to comment.