mirror of https://github.com/coqui-ai/TTS.git
Merge pull request #3001 from akx/fix-deps-again
Loosen dependency pins
This commit is contained in:
commit
536a12b045
|
@ -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
|
||||||
|
|
|
@ -23,7 +23,7 @@ flask==2.*
|
||||||
pysbd==0.3.4
|
pysbd==0.3.4
|
||||||
# deps for notebooks
|
# deps for notebooks
|
||||||
umap-learn==0.5.*
|
umap-learn==0.5.*
|
||||||
pandas==1.4.*
|
pandas>=1.4,<2.0
|
||||||
# deps for training
|
# deps for training
|
||||||
matplotlib==3.7.*
|
matplotlib==3.7.*
|
||||||
# coqui stack
|
# coqui stack
|
||||||
|
|
Loading…
Reference in New Issue