From 5e614ffa133d8af0fa00c6690afc2188e2961678 Mon Sep 17 00:00:00 2001 From: Stephen Thompson Date: Thu, 22 Feb 2024 16:58:56 +0000 Subject: [PATCH] Issue #81 updated ndicapi version so should build on py312 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6eb5d2d..c868c7f 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.2.6 +ndicapi>=3.7.2 numpy>=1.11 six>=1.10 scikit-surgerycore>=0.7.1 diff --git a/setup.py b/setup.py index cd01de0..79ac374 100644 --- a/setup.py +++ b/setup.py @@ -52,7 +52,7 @@ install_requires=[ 'six>=1.10', 'numpy>=1.11', - 'ndicapi>=3.2.6', + 'ndicapi>=3.7.2', 'scikit-surgerycore>=0.7.1', 'pyserial' ],