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
1 changed files with 6 additions and 0 deletions

View File

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