python311Packages.llama-index-program-openai: relax llama-index-agent-openai

This commit is contained in:
Fabian Affolter 2024-03-27 09:38:46 +01:00
parent b212b74acc
commit 76c6e1555f

View File

@ -6,6 +6,7 @@
, llama-index-llms-openai , llama-index-llms-openai
, poetry-core , poetry-core
, pythonOlder , pythonOlder
, pythonRelaxDepsHook
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -21,8 +22,13 @@ buildPythonPackage rec {
hash = "sha256-Vz6Zot0WrTyvOCyKso0awQ6yVxvJSB2EptiYBq1qpdQ="; hash = "sha256-Vz6Zot0WrTyvOCyKso0awQ6yVxvJSB2EptiYBq1qpdQ=";
}; };
pythonRelaxDeps = [
"llama-index-agent-openai"
];
build-system = [ build-system = [
poetry-core poetry-core
pythonRelaxDepsHook
]; ];
dependencies = [ dependencies = [