Skip to content

Commit b043128

Browse files
...
1 parent 9eeffc6 commit b043128

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ To make the setup script executable, run the following command in your terminal:
2525
chmod +x setup.sh
2626
```
2727

28-
pip install opencv-contrib-python==4.6.0.66
28+
opencv-python==4.6.0
29+
opencv-contrib-python==4.6.0.66
30+
matplotlib>=3.9.2
31+
numpy>=1.26.2
2932

3033

3134
<br>

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
opencv-python==1.26.2
2-
opencv-contrib-python>=4.5.0
3-
matplotlib>=3.0.0
4-
numpy>=1.19.0
1+
opencv-python==4.6.0
2+
opencv-contrib-python==4.6.0.66
3+
matplotlib>=3.9.2
4+
numpy>=1.26.2

0 commit comments

Comments
 (0)