Skip to content

Commit

Permalink
[squash] update opencv version
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Dec 14, 2024
1 parent 6c48c7f commit 7d358cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ def build_requirements(self):

def requirements(self):
if self.options.get_safe("opNav"):
self.requires("opencv/4.5.5")
self.requires("opencv/4.8.1")

if self.options.get_safe("vizInterface") or self.options.get_safe("opNav"):
self.requires("protobuf/3.21.12")
Expand Down

0 comments on commit 7d358cf

Please sign in to comment.