Komal133 commited on
Commit
54f15da
·
verified ·
1 Parent(s): cfb69ab

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- gradio==3.11.0
2
- torch==2.1.0
3
- torchvision==0.16.0
4
- simple-salesforce==1.11.6
5
- Pillow==9.3.0
6
- numpy==1.24.3
 
1
+ torch>=1.13.0
2
+ torchvision>=0.14.0
3
+ Pillow>=9.0.0
4
+ gradio>=3.0
5
+ simple-salesforce>=1.11.4