add pyproject.toml to declare numpy as build dependency

This commit is contained in:
Florian Knoop 2019-07-26 12:55:30 +02:00
parent 4fbd156b70
commit 9fac95355e
1 changed files with 2 additions and 0 deletions

2
pyproject.toml Normal file
View File

@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "numpy"]