mirror of
https://github.com/wassname/TTS.git
synced 2026-09-05 16:20:11 +08:00
pyproject.toml: loosen dependencies to avoid building from source
This commit is contained in:
+7
-1
@@ -1,5 +1,11 @@
|
||||
[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]
|
||||
max-line-length=120
|
||||
|
||||
Reference in New Issue
Block a user