Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 284c134

Browse files
committed
Make plot dependencies optional
1 parent 45dbd01 commit 284c134

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ pypdf_table_extraction = "pypdf_table_extraction.__main__:main"
7878
opencv-python-headless = "^4.7.0.68"
7979
pypdfium2 = "^4"
8080

81+
[tool.poetry.group.plot]
82+
optional = true
8183

8284
[tool.poetry.group.plot.dependencies]
8385
matplotlib = [

0 commit comments

Comments
 (0)