Skip to content

Commit

Permalink
build: updating opencv version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucs1590 committed Jul 3, 2024
1 parent 28f2a05 commit d69b9d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies:
- nkocr==2.4.2
- nodeenv==1.8.0
- numpy==1.26.0
- opencv-contrib-python==4.9.0.80
- opencv-contrib-python==4.10.0.84
- packaging==24.0
- pillow==10.3.0
- pkginfo==1.10.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requests==2.32.0
wheel==0.43.*
Pillow>=10.2.0
numpy==1.26.0
opencv-contrib-python>=4.*
opencv-contrib-python==4.10.0.84
scikit-learn==1.5.0
gdown==5.1.0
pytest-socket==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def read(file_name):
'wheel==0.43.*',
'Pillow>=10.2.0',
'numpy==1.26.0',
'opencv-contrib-python>=4.9.0.80',
'opencv-contrib-python==4.10.0.84',
'scikit-learn==1.5.0',
'gdown==5.1.0',
'imutils==0.5.4',
Expand Down

0 comments on commit d69b9d0

Please sign in to comment.