Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ parameterized==0.9.0
pathspec==0.12.1
pathtools==0.1.2
pdf2image==1.16.3
pillow==10.3.0
pillow==12.2.0
pkgutil_resolve_name==1.3.10
platformdirs==4.2.2
pluggy==1.5.0
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ cleva =

images =
crfm-helm[accelerate]
pillow~=10.2
pillow~=12.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pillow 12.2 requires Python 3.10 but project supports 3.8+

High Severity

pillow==12.2.0 requires Python >= 3.10, but the project declares python_requires = >=3.8,<3.11 in setup.cfg. This makes the images extra and requirements.txt uninstallable on Python 3.8 and 3.9, which are listed as supported. Dependency resolution will fail for anyone using those Python versions.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit c3fbb60. Configure here.


mongo =
pymongo~=4.2
Expand Down