Skip to content

Commit

Permalink
Changing tmpfile used, changed precedence of the slide_mpp and magnif…
Browse files Browse the repository at this point in the history
…ication parameter
  • Loading branch information
FabianHoerst committed Jul 4, 2024
1 parent 91fd4ec commit 29dab12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions environment_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit 29dab12

Please sign in to comment.