LucasLooTan commited on
Commit
55a07df
·
1 Parent(s): 5952553

fix: pillow<11.0 to satisfy gradio 4.44.1 dep range

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -13,7 +13,7 @@ python-multipart>=0.0.12
13
  python-dotenv>=1.0
14
 
15
  # Imaging
16
- pillow>=11.0
17
  numpy>=2.0,<3.0
18
  opencv-python-headless>=4.10
19
 
 
13
  python-dotenv>=1.0
14
 
15
  # Imaging
16
+ pillow>=10.4,<11.0
17
  numpy>=2.0,<3.0
18
  opencv-python-headless>=4.10
19