A19grey commited on
Commit
8429c40
·
1 Parent(s): 473f75b

Fix dependency issues and update requirements

Browse files

- Remove unnecessary dependencies
- Specify compatible urllib3 version
- Update requirements.txt with only necessary packages

Files changed (1) hide show
  1. requirements.txt +1 -2
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- boto3==1.26.90
2
- botocore==1.29.90
3
  gradio==3.23.0
4
  Pillow==9.5.0
5
  torch==1.13.1
6
  torchvision==0.14.1
 
 
 
 
1
  gradio==3.23.0
2
  Pillow==9.5.0
3
  torch==1.13.1
4
  torchvision==0.14.1
5
+ urllib3<1.27,>=1.25.4