python311Packages.llama-index-program-openai: refactor

This commit is contained in:
Fabian Affolter 2024-04-24 08:20:19 +02:00 committed by GitHub
parent b0d42f7a5f
commit 657fc7807c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ buildPythonPackage rec {
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];