mirror of https://github.com/coqui-ai/TTS.git
build: allow numpy2, which should be supported in spacy 3.8 now (#81)
This commit is contained in:
parent
e5dd06b3bb
commit
0a18418286
|
@ -44,7 +44,7 @@ classifiers = [
|
|||
]
|
||||
dependencies = [
|
||||
# Core
|
||||
"numpy>=1.25.2,<2.0.0", # TODO: remove upper bound after spacy/thinc release
|
||||
"numpy>=1.25.2",
|
||||
"cython>=0.29.30",
|
||||
"scipy>=1.11.2",
|
||||
"torch>=2.4",
|
||||
|
|
Loading…
Reference in New Issue