Skip to content

Commit 6895819

Browse files
committed
restore the previously deleted pyproject.toml to add build dependencies
1 parent a46355a commit 6895819

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pyproject.toml

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

0 commit comments

Comments
 (0)