paresh95 commited on
Commit
9ef22b3
1 Parent(s): bf6029e

PS| Add requirements txt file

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- opencv-python
2
- numpy
3
- skimage
4
- dlib
5
- imutils
6
- PIL
 
1
+ opencv-python==4.8.0.76
2
+ numpy==1.23.5
3
+ scikit-image==0.21.0
4
+ dlib==19.24.2
5
+ imutils==0.5.4
6
+ pillow==9.4.0