From 2cb6b7378ccd5fcf23fc8ac0ea1130ca74cd4d72 Mon Sep 17 00:00:00 2001 From: Muhammad Asad Date: Wed, 18 Oct 2023 07:30:57 +0100 Subject: [PATCH] update numpymaxflow to v0.0.6 with py311 support (#1575) Signed-off-by: Muhammad Asad Co-authored-by: SACHIDANAND ALLE --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 026c1b14f..2d5c089fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -29,7 +29,7 @@ pydicom-seg==0.4.1 pynetdicom==2.0.2 pynrrd==1.0.0 opencv-python-headless==4.7.0.72 -numpymaxflow==0.0.5 +numpymaxflow==0.0.6 girder-client==3.1.17 ninja==1.11.1 einops>=0.6.0 diff --git a/setup.cfg b/setup.cfg index 9b8703b00..39e59cd41 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ install_requires = pynetdicom==2.0.2 pynrrd==1.0.0 opencv-python-headless==4.7.0.72 - numpymaxflow==0.0.5 + numpymaxflow==0.0.6 girder-client==3.1.17 ninja==1.11.1 einops>=0.6.0