Skip to content

Commit

Permalink
[squash] remove additional python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubh committed Dec 14, 2024
1 parent 482d8a6 commit 66137f4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,7 @@ def build_requirements(self):

def requirements(self):
if self.options.get_safe("opNav"):
self.requires("pcre/8.45")
self.requires("opencv/4.5.5")
self.requires("zlib/1.2.13")
self.requires("xz_utils/5.4.0")

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

0 comments on commit 66137f4

Please sign in to comment.