python312Packages.llama-index-readers-file: refactor

This commit is contained in:
Fabian Affolter 2024-04-09 09:43:13 +02:00
parent b94acc38a6
commit 0ea4975602
1 changed files with 3 additions and 4 deletions

View File

@ -29,12 +29,11 @@ buildPythonPackage rec {
"pypdf"
];
pythonRemoveDeps = [
"bs4"
];
build-system = [
poetry-core
];
nativeBuildInputs = [
pythonRelaxDepsHook
];