From 77baf8e1654a9d7e831d45043fe344f7313fc9d1 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Wed, 1 Nov 2023 16:40:30 +0000 Subject: [PATCH] Revert "Test with new ndicapi version" This reverts commit 07f124c4be24b851524630267cbc70135bdb7d0f. The ndicapi api hasn't changed so there should be no need to specify vesion >=3.7.0 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index e588f55..e860e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ # It is used by pip to manage software dependencies. It is not to be # confused with the software requirements, which are listed in # doc/requirements.rst -ndicapi==3.7.0rc1 +ndicapi>=3.2.6 numpy>=1.11 six>=1.10 scikit-surgerycore>=0.7.0 diff --git a/setup.py b/setup.py index 6a2bb06..3f364b9 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires=[ 'six>=1.10', 'numpy>=1.11', - 'ndicapi==3.7.0rc1', + 'ndicapi>=3.2.6', 'scikit-surgerycore>=0.7.0', 'pyserial' ],