python310Packages.unstructured: add optional-dependencies

This commit is contained in:
happysalada 2023-08-25 15:38:33 +08:00
parent 0f95d1cfe1
commit 446297f867

View file

@ -133,6 +133,8 @@ buildPythonPackage {
grpcio
];
passthru.optional-dependencies = optional-dependencies;
meta = with lib; {
description = "Open source libraries and APIs to build custom preprocessing pipelines for labeling, training, or production machine learning pipelines";
homepage = "https://github.com/Unstructured-IO/unstructured";