mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
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:
@@ -0,0 +1,2 @@
|
||||
[build-system]
|
||||
requires = ["setuptools", "wheel", "Cython", "numpy>=1.16.0,<1.20"]
|
||||
Reference in New Issue
Block a user