Skip to content

Commit 04ec2e3

Browse files
author
Bob Strahan
committed
pin version of PyMuPDF to avoid build issue
1 parent 81066bc commit 04ec2e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lib/idp_common_pkg/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ image = [
4343
# OCR module dependencies
4444
ocr = [
4545
"Pillow>=11.1.0",
46-
"PyMuPDF>=1.25.5",
46+
"PyMuPDF==1.25.5",
4747
"amazon-textract-textractor[pandas]>=1.9.2",
4848
"numpy>=1.24.0,<2.0.0",
4949
"pandas>=1.5.0,<2.3.0"
@@ -86,7 +86,7 @@ test = [
8686
# Full package with all dependencies
8787
all = [
8888
"Pillow>=11.1.0",
89-
"PyMuPDF>=1.25.5",
89+
"PyMuPDF==1.25.5",
9090
"amazon-textract-textractor[pandas]>=1.9.2",
9191
"munkres>=1.1.4",
9292
"numpy>=1.24.0,<2.0.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PyMuPDF
1+
PyMuPDF==1.25.5
22
boto3
33
../../lib/idp_common_pkg[core,appsync] # core utilities and AppSync with dependencies

0 commit comments

Comments
 (0)