Skip to content

Commit

Permalink
Make plot dependencies optional
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 10, 2024
1 parent 45dbd01 commit 284c134
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ pypdf_table_extraction = "pypdf_table_extraction.__main__:main"
opencv-python-headless = "^4.7.0.68"
pypdfium2 = "^4"

[tool.poetry.group.plot]
optional = true

[tool.poetry.group.plot.dependencies]
matplotlib = [
Expand Down

0 comments on commit 284c134

Please sign in to comment.