From 91c925c174bd23620af4b7340e49e86cf26347e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Hells=C3=A9n?= Date: Mon, 6 Jan 2025 21:49:27 +0100 Subject: [PATCH] Replace opencv-python with opencv-contrib-python-headless in dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ed8b596..ce00b30 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ dependencies = [ "discord-py", "numpy", "openai", - "opencv-python", + "opencv-contrib-python-headless", "python-dotenv", ]