Skip to content

Commit

Permalink
Require Pillow >= 9.4.0 to avoid AttributeError when loading image da…
Browse files Browse the repository at this point in the history
…taset (#6883)

Pin Pillow required min version
  • Loading branch information
albertvillanova committed Jun 3, 2024
1 parent 18db6cb commit 12ed73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@
]

VISION_REQUIRE = [
"Pillow>=6.2.1",
"Pillow>=9.4.0", # When PIL.Image.ExifTags was introduced
]

BENCHMARKS_REQUIRE = [
Expand Down

0 comments on commit 12ed73a

Please sign in to comment.