mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-08-05 16:48:53 +00:00
Use default versioning for numpy
This commit is contained in:
parent
cec37ba686
commit
5696c5dc90
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ dependencies = [
|
||||||
"python-dotenv==1.0.1",
|
"python-dotenv==1.0.1",
|
||||||
"sqlalchemy==2.0.27",
|
"sqlalchemy==2.0.27",
|
||||||
# ML/DL Base
|
# ML/DL Base
|
||||||
"numpy==1.26.4",
|
"numpy>=1.26.0",
|
||||||
"scipy==1.14.1",
|
"scipy==1.14.1",
|
||||||
# Audio processing
|
# Audio processing
|
||||||
"soundfile==0.13.0",
|
"soundfile==0.13.0",
|
||||||
|
|
Loading…
Add table
Reference in a new issue