From 9713bdb3222692401a63327d920fc4c5e6b0d173 Mon Sep 17 00:00:00 2001 From: Sebastian Rhode <3833249+sebi06@users.noreply.github.com> Date: Tue, 4 Oct 2022 15:24:50 +0200 Subject: [PATCH] Updated setup.cfg because of czmodel 5.0.0 release --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index e64484d..0709cc1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = napari-czann-segment -description = Semantic Segmention using Deep Learning ONNX models packaged as *.czann files +description = Semantic Segmentation using Deep Learning ONNX models packaged as *.czann files long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/sebi06/napari-czann-segment @@ -36,7 +36,7 @@ install_requires = qtpy napari cztile - czmodel + czmodel[pytorch] onnxruntime aicsimageio