artbreguez commited on
Commit
4c020c6
·
verified ·
1 Parent(s): 41861e1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -8
requirements.txt CHANGED
@@ -1,8 +1,15 @@
1
- transformers
2
- opencv-python
3
- gradio==4.36.1
4
- scipy==1.10.1
5
- seaborn==0.12.2
6
- torch==2.0.1
7
- torchvision==0.15.2
8
- numpy==1.21.6
 
 
 
 
 
 
 
 
1
+ gradio==3.0.24
2
+ gitpython
3
+ ipython
4
+ matplotlib>=3.2.2
5
+ numpy>=1.18.5
6
+ opencv-python>=4.1.1
7
+ Pillow>=7.1.2
8
+ psutil
9
+ PyYAML>=5.3.1
10
+ requests>=2.23.0
11
+ scipy>=1.4.1
12
+ thop>=0.1.1
13
+ torch>=1.7.0
14
+ torchvision>=0.8.1
15
+ tqdm>=4.64.0