robosapiens commited on
Commit
2086647
·
1 Parent(s): f9e9cbe

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- gradio 3.15.0
2
- matplotlib 3.5.1
3
- numpy 1.21.5
4
- session_info 1.0.0
5
- sklearn 1.0.2
6
  collections
7
- opencv-python
 
 
1
+ gradio==3.15.0
2
+ matplotlib==3.5.1
3
+ numpy==1.21.5
4
+ session_info==1.0.0
5
+ sklearn==1.0.2
6
  collections
7
+ opencv-python
8
+ cv2