Skip to content

Commit

Permalink
Merge pull request #108 from mkoeppe/pyproject_toml
Browse files Browse the repository at this point in the history
Declare build deps in `pyproject.toml`
  • Loading branch information
oscarbenjamin committed Jan 25, 2024
2 parents e5da576 + a3bacbe commit ea65d5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[build-system]
requires = ["setuptools",
"numpy",
"Cython>=3"]
build-backend = "setuptools.build_meta"

0 comments on commit ea65d5f

Please sign in to comment.