fix: add scify package to pypoetry (#7182)
* ⬆️ (pyproject.toml): upgrade scipy dependency to version 1.15.2 to ensure compatibility and access to new features
* add scipy to pypoetry
This commit is contained in:
parent
1501066f90
commit
6f9fefefef
2 changed files with 3 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ dependencies = [
|
|||
"sqlalchemy[aiosqlite]>=2.0.38,<3.0.0",
|
||||
"elevenlabs>=1.54.0",
|
||||
"webrtcvad>=2.0.10",
|
||||
"scipy>=1.15.2",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
|
|
|
|||
2
uv.lock
generated
2
uv.lock
generated
|
|
@ -4815,6 +4815,7 @@ dependencies = [
|
|||
{ name = "python-jose" },
|
||||
{ name = "python-multipart" },
|
||||
{ name = "rich" },
|
||||
{ name = "scipy" },
|
||||
{ name = "sentry-sdk", extra = ["fastapi", "loguru"] },
|
||||
{ name = "setuptools" },
|
||||
{ name = "spider-client" },
|
||||
|
|
@ -4958,6 +4959,7 @@ requires-dist = [
|
|||
{ name = "redis", marker = "extra == 'all'", specifier = ">=4.6.0" },
|
||||
{ name = "redis", marker = "extra == 'deploy'", specifier = ">=4.6.0" },
|
||||
{ name = "rich", specifier = ">=13.7.0,<14.0.0" },
|
||||
{ name = "scipy", specifier = ">=1.15.2" },
|
||||
{ name = "sentence-transformers", marker = "extra == 'all'", specifier = ">=2.0.0" },
|
||||
{ name = "sentence-transformers", marker = "extra == 'local'", specifier = ">=2.0.0" },
|
||||
{ name = "sentry-sdk", extras = ["fastapi", "loguru"], specifier = ">=2.5.1,<3.0.0" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue