spagestic commited on
Commit
c1f0907
·
1 Parent(s): 06c5855

fix: update pillow version constraint to allow compatible versions

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -28,7 +28,7 @@ numpy==2.2.6
28
  orjson==3.10.18
29
  packaging==25.0
30
  pandas==2.3.0
31
- pillow==11.2.1
32
  pydantic==2.11.5
33
  pydantic_core==2.33.2
34
  pydub==0.25.1
 
28
  orjson==3.10.18
29
  packaging==25.0
30
  pandas==2.3.0
31
+ pillow>=8.0,<11.0
32
  pydantic==2.11.5
33
  pydantic_core==2.33.2
34
  pydub==0.25.1