python311Packages.llama-parse: refactor

This commit is contained in:
Fabian Affolter 2024-03-22 15:38:30 +01:00
parent 1ac8e42f77
commit 996f1be880
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ buildPythonPackage rec {
hash = "sha256-7lIelCLbSNvfADA8tukPEGYTGWC1yk4U9bWm22t5F+I=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
llama-index-core
];