python3Packages.open-webui: add rapidocr-onnxruntime deps

This commit is contained in:
Pol Dellaiera 2024-06-17 21:08:41 +02:00
parent 6af3bdc983
commit 5b616f8e4d
No known key found for this signature in database
GPG Key ID: D476DFE9C67467CA

View File

@ -59,8 +59,6 @@ python3.pkgs.buildPythonApplication rec {
"opencv-python-headless"
# using `psycopg2` instead
"psycopg2-binary"
# package request: https://github.com/NixOS/nixpkgs/issues/317065
"rapidocr-onnxruntime"
];
dependencies = with python3.pkgs; [
@ -106,6 +104,7 @@ python3.pkgs.buildPythonApplication rec {
pytube
pyxlsb
rank-bm25
rapidocr-onnxruntime
requests
sentence-transformers
unstructured