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]