Skip to content

Commit

Permalink
aruco: bump opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
valgur committed Mar 27, 2024
1 parent ee1a9c4 commit d9e2008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/aruco/3.x.x/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def layout(self):
cmake_layout(self, src_folder="src")

def requirements(self):
self.requires("opencv/4.8.1", transitive_headers=True, transitive_libs=True)
self.requires("opencv/4.9.0", transitive_headers=True, transitive_libs=True)
self.requires("eigen/3.4.0", transitive_headers=True)

def source(self):
Expand Down

0 comments on commit d9e2008

Please sign in to comment.