Skip to content

Commit e2879eb

Browse files
authored
python312Packages.docling*: relax typer dependency (#379970)
2 parents d98abf5 + c331640 commit e2879eb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pkgs/development/python-modules/docling-core/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ buildPythonPackage rec {
5353

5454
pythonRelaxDeps = [
5555
"pillow"
56+
"typer"
5657
];
5758

5859
pythonImportsCheck = [

pkgs/development/python-modules/docling/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ buildPythonPackage rec {
9191

9292
pythonRelaxDeps = [
9393
"pillow"
94+
"typer"
9495
];
9596

9697
optional-dependencies = {

0 commit comments

Comments
 (0)