From 9dd5d4cc68fdc7685d43bb56d3673448968b9d03 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 5 Mar 2025 09:37:31 +0100 Subject: [PATCH] python312Packages.llama-index: relax llama-index-multi-modal-llms-openai --- pkgs/development/python-modules/llama-index/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/llama-index/default.nix b/pkgs/development/python-modules/llama-index/default.nix index e8bc753eb273..73cbb09fdcc3 100644 --- a/pkgs/development/python-modules/llama-index/default.nix +++ b/pkgs/development/python-modules/llama-index/default.nix @@ -26,6 +26,7 @@ buildPythonPackage { pythonRelaxDeps = [ "llama-index-core" + "llama-index-multi-modal-llms-openai" ]; dependencies = [