specify build dependencies

Reading setup.py will import numpy already,
hence pip has no way to figure out what dependencies are needed.
pull/10/head
Jörg Thalheim 2020-12-06 06:38:32 +01:00 committed by Martin Weinelt
parent 06612ce305
commit c57fd73872
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
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", "Cython", "numpy>=1.16.0,<1.20"]