mirror of https://github.com/coqui-ai/TTS.git
pyproject.toml: loosen dependencies to avoid building from source
This commit is contained in:
parent
0b95b88f13
commit
8bb2d652ca
|
@ -1,5 +1,11 @@
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools", "wheel", "cython==0.29.30", "numpy==1.22.0", "packaging"]
|
requires = [
|
||||||
|
"setuptools",
|
||||||
|
"wheel",
|
||||||
|
"cython~=0.29.30",
|
||||||
|
"numpy>=1.22.0",
|
||||||
|
"packaging",
|
||||||
|
]
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length=120
|
max-line-length=120
|
||||||
|
|
Loading…
Reference in New Issue