RakanAlsheraiwi commited on
Commit
13fabd5
1 Parent(s): 8e8975e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -9
requirements.txt CHANGED
@@ -1,9 +1,9 @@
1
- torch
2
- torchvision
3
- Pillow
4
- gradio
5
- numpy==1.21.0
6
- pandas
7
- transformers
8
- opencv-python
9
- scipy
 
1
+ torch==1.12.0
2
+ torchvision==0.13.0
3
+ Pillow==9.0.1
4
+ gradio==3.0.0
5
+ numpy==1.21.6
6
+ pandas==1.3.5
7
+ transformers==4.21.1
8
+ opencv-python==4.5.4.60
9
+ scipy==1.7.3