Skip to content

Commit

Permalink
Using legacy build backend
Browse files Browse the repository at this point in the history
  • Loading branch information
arjxn-py committed Jun 21, 2023
1 parent e742f51 commit c203aac
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
@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools", "wheel", "cmake"]
build-backend = "setuptools.build_meta"
build-backend = "setuptools.build_meta:__legacy__"

[project]
name = "pybamm"
Expand Down Expand Up @@ -105,4 +105,4 @@ all = [
"pre-commit",
"black",
"jupyter",
]
]

0 comments on commit c203aac

Please sign in to comment.