specify build dependencies

Reading setup.py will import numpy already,
hence pip has no way to figure out what dependencies are needed.
This commit is contained in:
Jörg Thalheim
2020-12-07 16:00:50 +01:00
committed by Martin Weinelt
parent 06612ce305
commit c57fd73872
+2
View File
@@ -0,0 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "Cython", "numpy>=1.16.0,<1.20"]