Skip to content

Commit d67f353

Browse files
authored
Merge pull request #162 from nrontsis/patch-2
Reduce manual pre-installation requirements via pyproject.toml
2 parents 9278cc5 + 3bc2708 commit d67f353

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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 = ["cython >= 0.26", "numpy >= 1.15", "setuptools>=39.0"]
3+
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)