RakanAlsheraiwi commited on
Commit
aab5d49
1 Parent(s): 7dd0a79

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -8
requirements.txt CHANGED
@@ -1,8 +1,9 @@
1
- torch
2
- torchvision
3
- Pillow
4
- gradio
5
- numpy
6
- pandas
7
- opencv-python
8
- transformers
 
 
1
+ torch==1.12.0
2
+ torchvision==0.13.0
3
+ Pillow==9.0.0
4
+ gradio==3.0.0
5
+ numpy==1.21.0
6
+ pandas==1.3.0
7
+ opencv-python==4.5.3.20210930
8
+ transformers==4.20.1
9
+ scipy==1.7.1