truens66 commited on
Commit
8d3f640
·
verified ·
1 Parent(s): 3ddd2a5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -7
requirements.txt CHANGED
@@ -1,7 +1,6 @@
1
- gradio
2
- torch
3
- torchvision
4
- dlib
5
- opencv-python
6
- numpy
7
- imutils
 
1
+ gradio>=3.0.0
2
+ torch>=1.6.0
3
+ opencv-python>=4.4.0.46
4
+ scipy>=1.4.1
5
+ numpy>=1.19.5
6
+