Update pdftopng version

pull/198/head
Vinayak Mehta 2021-07-05 04:35:14 +05:30
parent 458181cd1d
commit 65b4ea623c
No known key found for this signature in database
GPG Key ID: 2DE013537A15A9A4
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ requires = [
"tabulate>=0.8.9", "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 = [ plot_requires = [
"matplotlib>=2.2.3", "matplotlib>=2.2.3",