From b5f1f76703ff9eaeff6623f98442b949106b9952 Mon Sep 17 00:00:00 2001 From: Behrooz <3968947+behxyz@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:27:03 -0400 Subject: [PATCH 1/2] Update cucim to 0.19.0 Signed-off-by: Behrooz <3968947+behxyz@users.noreply.github.com> --- requirements-dev.txt | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ba05fb769..e379a5d520 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,5 +30,5 @@ Sphinx==3.5.3 recommonmark==0.6.0 sphinx-autodoc-typehints==1.11.1 sphinx-rtd-theme==0.5.2 -cucim==0.18.2 +cucim==0.19.0 openslide-python==1.1.2 diff --git a/setup.cfg b/setup.cfg index 702c8638c1..aaf60695bb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ all = torchvision itk>=5.0, <=5.1.2 tqdm>=4.47.0 - cucim==0.18.2 + cucim==0.19.0 openslide-python==1.1.2 nibabel = nibabel @@ -63,7 +63,7 @@ lmdb = psutil = psutil cucim = - cucim==0.18.2 + cucim==0.19.0 openslide = openslide-python==1.1.2 From 81fe59992a27d7650fb5f2055202a9e445b297f5 Mon Sep 17 00:00:00 2001 From: Behrooz <3968947+behxyz@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:44:36 -0400 Subject: [PATCH 2/2] Update to cucim~=0.19.0 Signed-off-by: Behrooz <3968947+behxyz@users.noreply.github.com> --- requirements-dev.txt | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e379a5d520..b0fe66b73c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,5 +30,5 @@ Sphinx==3.5.3 recommonmark==0.6.0 sphinx-autodoc-typehints==1.11.1 sphinx-rtd-theme==0.5.2 -cucim==0.19.0 +cucim~=0.19.0 openslide-python==1.1.2 diff --git a/setup.cfg b/setup.cfg index aaf60695bb..00e0eb8472 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ all = torchvision itk>=5.0, <=5.1.2 tqdm>=4.47.0 - cucim==0.19.0 + cucim~=0.19.0 openslide-python==1.1.2 nibabel = nibabel @@ -63,7 +63,7 @@ lmdb = psutil = psutil cucim = - cucim==0.19.0 + cucim~=0.19.0 openslide = openslide-python==1.1.2