From 29dab12ab7f5182d7b0f208b5642057785edfc16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Ho=CC=88rst?= Date: Thu, 4 Jul 2024 16:07:07 +0200 Subject: [PATCH] Changing tmpfile used, changed precedence of the slide_mpp and magnification parameter --- environment_build.yaml | 2 ++ setup.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/environment_build.yaml b/environment_build.yaml index 2f9849d..c5a8a70 100644 --- a/environment_build.yaml +++ b/environment_build.yaml @@ -30,3 +30,5 @@ dependencies: - scikit-image==0.19.3 - torchvision==0.16.2 - tqdm==4.65.0 + - wsidicomizer==0.14.1 + - wsidicom==0.20.4 diff --git a/setup.py b/setup.py index 3e0946a..0efa419 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "1.0.4b" +VERSION = "1.0.0" DESCRIPTION = "PathoPatch - Accelerating Artificial Intelligence Based Whole Slide Image Analysis with an Optimized Preprocessing Pipeline" with open("docs/README_pypi.md", "r") as fh: LONG_DESCRIPTION = fh.read()