mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-09-25 16:17:06 +00:00
Fix PyMuPDF version for Travis
This commit is contained in:
parent
0199ab220e
commit
f68eaa3b46
2
setup.py
2
setup.py
@ -249,7 +249,7 @@ setup(
|
||||
'PyPDF2>=1.26', # pure Python, so track HEAD closely
|
||||
'img2pdf>=0.2.3', # pure Python, so track HEAD closely
|
||||
'cffi>=1.9.1', # must be a setup and install requirement
|
||||
'PyMuPDF >= 1.12.4, != 1.12.4.1'
|
||||
'PyMuPDF == 1.12.4' # pinned to avoid problems with 1.12.4.x
|
||||
],
|
||||
tests_require=tests_require,
|
||||
entry_points={
|
||||
|
Loading…
x
Reference in New Issue
Block a user