mirror of https://github.com/coqui-ai/TTS.git
build: again restrict to numpy<2
Some parts of spacy/thinc are still causing issues
This commit is contained in:
parent
a510ec3b68
commit
ad435b5440
|
@ -44,7 +44,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
# Core
|
||||
"numpy>=1.25.2",
|
||||
"numpy>=1.25.2,<2.0",
|
||||
"cython>=3.0.0",
|
||||
"scipy>=1.11.2",
|
||||
"torch>=2.4",
|
||||
|
|
Loading…
Reference in New Issue