Skip to content

Commit ea65d5f

Browse files
Merge pull request #108 from mkoeppe/pyproject_toml
Declare build deps in `pyproject.toml`
2 parents e5da576 + a3bacbe commit ea65d5f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[build-system]
2+
requires = ["setuptools",
3+
"numpy",
4+
"Cython>=3"]
5+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)