mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-13 15:43:39 +00:00
python311Packages.llama-parse: refactor
This commit is contained in:
parent
1ac8e42f77
commit
996f1be880
@ -19,11 +19,11 @@ buildPythonPackage rec {
|
||||
hash = "sha256-7lIelCLbSNvfADA8tukPEGYTGWC1yk4U9bWm22t5F+I=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
poetry-core
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
llama-index-core
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user