From 48e24321e814b4b8a805276a0adb3ea2ca19d2f8 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Sat, 18 May 2024 14:29:49 -0700 Subject: [PATCH] remove libopencv-dev (#32469) --- tools/install_ubuntu_dependencies.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/install_ubuntu_dependencies.sh b/tools/install_ubuntu_dependencies.sh index 70a7ff2ea7..72402b3bf7 100755 --- a/tools/install_ubuntu_dependencies.sh +++ b/tools/install_ubuntu_dependencies.sh @@ -51,7 +51,6 @@ function install_ubuntu_common_requirements() { libncurses5-dev \ libncursesw5-dev \ libomp-dev \ - libopencv-dev \ libpng16-16 \ libportaudio2 \ libssl-dev \