sindhoorar commited on
Commit
0442897
1 Parent(s): 8e8a833

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -3
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
  streamlit==0.85.1
2
- opencv-python==4.5.3
3
  numpy==1.21.2
4
  scikit-image==0.18.3
5
- imutils==0.5.4
6
- pandas==1.3.3
 
1
  streamlit==0.85.1
2
+ opencv-python>=4.5,<5.0
3
  numpy==1.21.2
4
  scikit-image==0.18.3
5
+ imutils==0.5.
6
+ pandas==1.3.3