From 465893459026eb26dd47682ebf2a7a3e555f9480 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Wed, 12 Jan 2022 11:53:56 +0000 Subject: [PATCH] Issue #104 went headless --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3db05c..6611782 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy six -opencv-contrib-python>=4.2.0.32 +opencv-contrib-python-headless>=4.2.0.32 scikit-surgerycore diff --git a/setup.py b/setup.py index 5e2c6b7..8f679bf 100644 --- a/setup.py +++ b/setup.py @@ -53,7 +53,7 @@ install_requires=[ 'six>=1.10', 'numpy>=1.11', - 'opencv-contrib-python>=4.1.1.26', + 'opencv-contrib-python-headless>=4.1.1.26', 'scikit-surgerycore>=0.1.0', ],