Skip to content

Commit

Permalink
chore: add numpy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
phthallo committed Jul 5, 2024
1 parent 1d8a99f commit 2470668
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ version = "0.3.0"
dependencies = [
"pillow>=10.3.0",
"pymupdf>=1.24.7",
"svglib>=1.5.1"
"svglib>=1.5.1",
"numpy>=2.0.0"
]
authors = [
{ name="Annabel Quach", email="[email protected]" },
Expand Down

0 comments on commit 2470668

Please sign in to comment.