Rohit1412 commited on
Commit
9e5613d
·
verified ·
1 Parent(s): 5347c25

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +17 -6
requirements.txt CHANGED
@@ -1,6 +1,17 @@
1
- gradio
2
- tensorflow
3
- torch
4
- opencv-python
5
- numpy
6
- torchvision
 
 
 
 
 
 
 
 
 
 
 
 
1
+ matplotlib>=3.2.2
2
+ numpy>=1.18.5,<1.24.0
3
+ opencv-python>=4.1.1
4
+ Pillow>=7.1.2
5
+ PyYAML>=5.3.1
6
+ requests>=2.23.0
7
+ scipy>=1.4.1
8
+ torch>=1.7.0,!=1.12.0
9
+ torchvision>=0.8.1,!=0.13.0
10
+ tqdm>=4.41.0
11
+ protobuf<4.21.3
12
+ tensorboard>=2.4.1
13
+ pandas>=1.1.4
14
+ seaborn>=0.11.0
15
+ ipython
16
+ psutil
17
+ thop