Commit 996f1be8 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.llama-parse: refactor

parent 1ac8e42f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,11 +19,11 @@ buildPythonPackage rec {
    hash = "sha256-7lIelCLbSNvfADA8tukPEGYTGWC1yk4U9bWm22t5F+I=";
  };

  nativeBuildInputs = [
  build-system = [
    poetry-core
  ];

  propagatedBuildInputs = [
  dependencies = [
    llama-index-core
  ];