Merge pull request #320595 from drupol/open-webui/add-new-deps

python3Packages.open-webui: add `rapidocr-onnxruntime` deps
This commit is contained in:
Pol Dellaiera
2024-06-17 21:59:02 +02:00
committed by GitHub
+1 -2
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