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:
Cristhian Zanforlin Lousa 2025-03-20 09:57:06 -03:00 committed by GitHub
commit 6f9fefefef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -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
View file

@ -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" },