Skip to content

Commit

Permalink
Change pdftopng to pdf2image
Browse files Browse the repository at this point in the history
  • Loading branch information
brandenkmurray committed Sep 13, 2022
1 parent 2c40bae commit b6e9d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"tabulate>=0.8.9",
]

base_requires = ["opencv-python>=3.4.2.17", "pdftopng>=0.2.3"]
base_requires = ["opencv-python>=3.4.2.17", "pdf2image>=1.16.0"]

plot_requires = [
"matplotlib>=2.2.3",
Expand Down

0 comments on commit b6e9d02

Please sign in to comment.