JohnJoelMota commited on
Commit
b7582d6
·
verified ·
1 Parent(s): 66a792d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- torch==2.1.0
2
- torchvision==0.16.0
3
- gradio==4.22.0
4
- matplotlib
5
- pillow
 
 
 
1
+ torch>=2.0.0
2
+ torchvision>=0.15.0
3
+ transformers>=4.30.0
4
+ Pillow>=9.5.0
5
+ numpy>=1.24.0
6
+ matplotlib>=3.7.0
7
+ gradio>=3.35.0