diff --git a/environment_build.yaml b/environment_build.yaml index 2f9849d..5fdaa41 100644 --- a/environment_build.yaml +++ b/environment_build.yaml @@ -30,3 +30,4 @@ dependencies: - scikit-image==0.19.3 - torchvision==0.16.2 - tqdm==4.65.0 + - wsidicomizer diff --git a/setup.py b/setup.py index 0efa419..d3343b3 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import find_packages, setup -VERSION = "1.0.0" +VERSION = "1.0.1" 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()