python312Packages.docling*: relax typer dependency (#379970)

This commit is contained in:
Yt
2025-02-07 06:36:12 -05:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
@@ -53,6 +53,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pillow"
"typer"
];
pythonImportsCheck = [
@@ -91,6 +91,7 @@ buildPythonPackage rec {
pythonRelaxDeps = [
"pillow"
"typer"
];
optional-dependencies = {