Skip to content

Commit

Permalink
Revert "pybamm-team#3049 add cmake to build-system requirements"
Browse files Browse the repository at this point in the history
This reverts commit f4d148a.
  • Loading branch information
agriyakhetarpal committed Aug 30, 2023
1 parent f4d148a commit 60caf0b
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", "cmake"]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
Expand Down

0 comments on commit 60caf0b

Please sign in to comment.