mirror of https://github.com/coqui-ai/TTS.git
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
parent
06612ce305
commit
c57fd73872
|
@ -0,0 +1,2 @@
|
|||
[build-system]
|
||||
requires = ["setuptools", "wheel", "Cython", "numpy>=1.16.0,<1.20"]
|
Loading…
Reference in New Issue