From 36a626d47befeac4f17d40c08827c8283a4b49b2 Mon Sep 17 00:00:00 2001 From: Alex Greenland Date: Thu, 25 May 2023 18:22:25 +0100 Subject: [PATCH] Revert back to full opencv --- config_repo/requirements-buster.txt | 2 +- config_repo/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config_repo/requirements-buster.txt b/config_repo/requirements-buster.txt index 72a713c5c..8cbe2bb47 100644 --- a/config_repo/requirements-buster.txt +++ b/config_repo/requirements-buster.txt @@ -1,5 +1,5 @@ numpy==1.21.4 -opencv-python-headless<=4.6.0.66 +opencv-python<=4.6.0.66 Pillow pyephem skyfield diff --git a/config_repo/requirements.txt b/config_repo/requirements.txt index a3fcbd741..0344b54ca 100644 --- a/config_repo/requirements.txt +++ b/config_repo/requirements.txt @@ -1,5 +1,5 @@ numpy<=1.24.2 -opencv-python-headless<=4.6.0.66 +opencv-python<=4.6.0.66 Pillow pyephem skyfield