mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-25 17:22:55 +00:00
fix: The locally loaded vector model is missing the libGL.so library (#2382)
This commit is contained in:
parent
9185515660
commit
5a3acc8649
|
|
@ -59,6 +59,7 @@ pydub = "^0.25.1"
|
|||
cffi = "^1.17.1"
|
||||
pysilk = "^0.0.1"
|
||||
django-db-connection-pool = "^1.2.5"
|
||||
opencv-python-headless = "^4.11.0.86"
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
|
|
|||
Loading…
Reference in New Issue