From 3e699f0977d27e7d68e6a624336025480a105f49 Mon Sep 17 00:00:00 2001 From: "richard.smith" Date: Sat, 1 Apr 2023 17:10:18 +0100 Subject: [PATCH] using headless for lighter installs for realworld applications --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 433b78d2..8483d135 100644 --- a/setup.py +++ b/setup.py @@ -116,7 +116,7 @@ def pkgconfig(package, kw): 'terminaltables', 'pytorch_pfn_extras', 'fastargs', - 'opencv-python', + 'opencv-python-headless', 'assertpy', 'tqdm', 'psutil',