Commit 0ea49756 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.llama-index-readers-file: refactor

parent b94acc38
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -29,12 +29,11 @@ buildPythonPackage rec {
    "pypdf"
  ];

  pythonRemoveDeps = [
    "bs4"
  ];

  build-system = [
    poetry-core
  ];

  nativeBuildInputs = [
    pythonRelaxDepsHook
  ];