mirror of https://github.com/coqui-ai/TTS.git
build: require numpy<2 because spacy/thinc lack support
This commit is contained in:
parent
d304ab2769
commit
b1558b06d7
|
@ -44,7 +44,7 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
# Core
|
# Core
|
||||||
"numpy>=1.24.3",
|
"numpy>=1.24.3,<2.0.0", # TODO: remove upper bound after spacy/thinc release
|
||||||
"cython>=0.29.30",
|
"cython>=0.29.30",
|
||||||
"scipy>=1.11.2",
|
"scipy>=1.11.2",
|
||||||
"torch>=2.1",
|
"torch>=2.1",
|
||||||
|
|
Loading…
Reference in New Issue