From 286b2d6a1ce97bc38d096c219ffb5c6eaf442520 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 28 Jun 2021 00:47:38 +0530 Subject: [PATCH] Bump pdftopng version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b883d5b1..1307fbee 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ base_requires = [ 'opencv-python>=3.4.2.17', - 'pdftopng>=0.1.0' + 'pdftopng>=0.1.1' ] plot_requires = [