Skip to content

Commit

Permalink
Merge pull request #162 from nrontsis/patch-2
Browse files Browse the repository at this point in the history
Reduce manual  pre-installation requirements via pyproject.toml
  • Loading branch information
moorepants authored Dec 10, 2022
2 parents 9278cc5 + 3bc2708 commit d67f353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["cython >= 0.26", "numpy >= 1.15", "setuptools>=39.0"]
build-backend = "setuptools.build_meta"

0 comments on commit d67f353

Please sign in to comment.