python312Packages.langchain-text-splitters: refactor

This commit is contained in:
Fabian Affolter
2024-05-16 10:11:59 +02:00
parent 47bf9e5229
commit 5ea69eeef4
@@ -20,11 +20,11 @@ buildPythonPackage rec {
hash = "sha256-rIkn3AugjrpwL2lhye19986tjeGan3EBqyteo0IBs8E=";
};
nativeBuildInputs = [
build-system = [
poetry-core
];
propagatedBuildInputs = [
dependencies = [
langchain-core
lxml
];