From d918e3259dadd8af2254874878d93d8b41a061ab Mon Sep 17 00:00:00 2001 From: Behrooz <3968947+behxyz@users.noreply.github.com> Date: Wed, 31 Mar 2021 15:28:23 -0400 Subject: [PATCH] Update CuCIM Signed-off-by: Behrooz <3968947+behxyz@users.noreply.github.com> --- docs/requirements.txt | 2 +- requirements-dev.txt | 2 +- setup.cfg | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index f05bc5b9ca..c31f06f2ca 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,7 +4,7 @@ pytorch-ignite==0.4.4 numpy>=1.17 itk>=5.0 nibabel -cucim==0.18.1 +cucim==0.18.2 openslide-python==1.1.2 parameterized scikit-image>=0.14.2 diff --git a/requirements-dev.txt b/requirements-dev.txt index dc4181b310..dfa1eb1853 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -30,5 +30,5 @@ Sphinx==3.3.0 recommonmark==0.6.0 sphinx-autodoc-typehints==1.11.1 sphinx-rtd-theme==0.5.0 -cucim==0.18.1 +cucim==0.18.2 openslide-python==1.1.2 diff --git a/setup.cfg b/setup.cfg index f06c56d001..a41081cd11 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,7 @@ all = torchvision itk>=5.0 tqdm>=4.47.0 - cucim==0.18.1 + cucim==0.18.2 openslide-python==1.1.2 nibabel = nibabel @@ -63,7 +63,7 @@ lmdb = psutil = psutil cucim = - cucim==0.18.1 + cucim==0.18.2 openslide = openslide-python==1.1.2