Skip to content

Commit

Permalink
Fixing RGBA issue
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianHoerst committed Sep 16, 2024
1 parent 6176bbb commit d8bb2ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions environment_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,4 @@ dependencies:
- scikit-image==0.19.3
- torchvision==0.16.2
- tqdm==4.65.0
- wsidicomizer
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.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()
Expand Down

0 comments on commit d8bb2ac

Please sign in to comment.