mathaisjustin commited on
Commit
26ddb21
·
1 Parent(s): 4275667

Fix Pillow version conflict

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -1
requirements.txt CHANGED
@@ -2,7 +2,7 @@ torch==2.5.1
2
  torchvision==0.20.1
3
  gradio==4.44.0
4
  google-generativeai==0.8.3
5
- pillow==11.0.0
6
  opencv-python-headless==4.10.0.84
7
  numpy==1.26.4
8
  python-dotenv==1.0.0
 
2
  torchvision==0.20.1
3
  gradio==4.44.0
4
  google-generativeai==0.8.3
5
+ pillow>=8.0,<11.0
6
  opencv-python-headless==4.10.0.84
7
  numpy==1.26.4
8
  python-dotenv==1.0.0