Skip to content

Commit

Permalink
Create pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcello-Sega authored Jan 23, 2022
1 parent a583acd commit 9b83e9a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# This is required by the build module, invoked as python -m build within the GitHub PyPI deployment action
[build-system]
# scipy and numpy are required to build the cython extensions
requires = ["setuptools", "wheel", "Cython", "numpy", "scipy"] # PEP 508 specifications.

0 comments on commit 9b83e9a

Please sign in to comment.