From 7ba804ddc39c74763dab4e334a90fd91d7a76a56 Mon Sep 17 00:00:00 2001 From: Caleb Weinreb Date: Thu, 1 Feb 2024 18:09:14 -0500 Subject: [PATCH] Fix second opencv-related bug in Ubuntu --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cdbeb7d..bc469ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,7 @@ install_requires = ipykernel pyqtgraph networkx - opencv-python-headless==4.1.2.30 + opencv-python-headless==4.5.5.64 vidio>=0.0.3 pytest pytest-qt