Skip to content

Commit d69b9d0

Browse files
committed
build: updating opencv version
1 parent 28f2a05 commit d69b9d0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

environment.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies:
5050
- nkocr==2.4.2
5151
- nodeenv==1.8.0
5252
- numpy==1.26.0
53-
- opencv-contrib-python==4.9.0.80
53+
- opencv-contrib-python==4.10.0.84
5454
- packaging==24.0
5555
- pillow==10.3.0
5656
- pkginfo==1.10.0

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requests==2.32.0
44
wheel==0.43.*
55
Pillow>=10.2.0
66
numpy==1.26.0
7-
opencv-contrib-python>=4.*
7+
opencv-contrib-python==4.10.0.84
88
scikit-learn==1.5.0
99
gdown==5.1.0
1010
pytest-socket==0.6.0

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def read(file_name):
6666
'wheel==0.43.*',
6767
'Pillow>=10.2.0',
6868
'numpy==1.26.0',
69-
'opencv-contrib-python>=4.9.0.80',
69+
'opencv-contrib-python==4.10.0.84',
7070
'scikit-learn==1.5.0',
7171
'gdown==5.1.0',
7272
'imutils==0.5.4',

0 commit comments

Comments
 (0)