Skip to content

Commit a228e15

Browse files
Add pyproject.toml
1 parent d74033f commit a228e15

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[build-system]
2+
requires = [
3+
"setuptools>=18.0",
4+
"wheel",
5+
"cython>=0.27.3",
6+
"numpy>=1.19.5"
7+
]
8+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)