Skip to content

Commit dc31621

Browse files
Merge pull request #4 from bodnarbm/add-pep-518-support
Add PEP-518 support for numpy requirement
2 parents 5973bae + d6d3f05 commit dc31621

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools >= 40.6.0", "wheel", "numpy", "cython"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)