Skip to content

Commit

Permalink
BLD: Add pyproject file
Browse files Browse the repository at this point in the history
Add pyproject file so that binary deps are available
  • Loading branch information
bashtage committed Mar 27, 2019
1 parent d14f0c7 commit c6f8c14
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# When changing the version numbers here, also adjust them in `setup.py`
[build-system]
requires = [
"setuptools",
"wheel",
"Cython >= 0.24",
"numpy>=1.13"
]

0 comments on commit c6f8c14

Please sign in to comment.