Skip to content

Commit

Permalink
fix pdf thumb
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Nov 28, 2024
1 parent 1c2ecd7 commit 82d8f83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lambdas/thumbnail/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires-python = ">=3.9"

dependencies = [
"aicsimageio>=3,<3.1",
"imageio>=2.10.0,<=2.31.2", # newer versions fail because of missing tifffile.TiffPage in tifffile==0.15.1
"imageio>=2.10.0,<=2.25.0", # newer versions fail because of missing tifffile.tifffile.TiffFileError in tifffile==0.15.1
"numpy>=1.21.5,<2",
"pdf2image>=1.13.1,<2",
"Pillow>=9.0.1,<11",
Expand Down
2 changes: 1 addition & 1 deletion lambdas/thumbnail/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ charset-normalizer==3.4.0
# via requests
idna==3.10
# via requests
imageio==2.31.2
imageio==2.25.0
# via
# aicsimageio
# t4_lambda_thumbnail (pyproject.toml)
Expand Down

0 comments on commit 82d8f83

Please sign in to comment.