From 65b4ea623cfc0da62448c290c8e14faffc272b40 Mon Sep 17 00:00:00 2001 From: Vinayak Mehta Date: Mon, 5 Jul 2021 04:35:14 +0530 Subject: [PATCH] Update pdftopng version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 98bbc5d..371d6cd 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ requires = [ "tabulate>=0.8.9", ] -base_requires = ["ghostscript>=0.7", "opencv-python>=3.4.2.17", "pdftopng>=0.1.1"] +base_requires = ["ghostscript>=0.7", "opencv-python>=3.4.2.17", "pdftopng>=0.2.3"] plot_requires = [ "matplotlib>=2.2.3",