python3Packages.llama-index-readers-file: add pandas to pythonRelaxDeps

This commit is contained in:
Luna Nova
2025-08-24 20:02:05 -07:00
parent 771b8d35e8
commit f8612d451f
@@ -29,6 +29,7 @@ buildPythonPackage rec {
"pymupdf"
"pypdf"
"striprtf"
"pandas"
];
build-system = [ hatchling ];