fix: The locally loaded vector model is missing the libGL.so library (#2382)

This commit is contained in:
shaohuzhang1 2025-02-24 18:43:01 +08:00 committed by GitHub
parent 9185515660
commit 5a3acc8649
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -59,6 +59,7 @@ pydub = "^0.25.1"
cffi = "^1.17.1" cffi = "^1.17.1"
pysilk = "^0.0.1" pysilk = "^0.0.1"
django-db-connection-pool = "^1.2.5" django-db-connection-pool = "^1.2.5"
opencv-python-headless = "^4.11.0.86"
[build-system] [build-system]
requires = ["poetry-core"] requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" build-backend = "poetry.core.masonry.api"