Skip to content

Commit

Permalink
Merge pull request #11 from sarthakpati/patch-1
Browse files Browse the repository at this point in the history
flexi versions
  • Loading branch information
PingjunChen committed Apr 13, 2021
2 parents 87fd8db + f4b3c3e commit a644913
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pydaily>=0.4.3
pycontour>=1.4.0
numpy>=1.20.0
scikit-image>=0.18.0
Pillow==8.1.1
Pillow>=8.1.1
shapely>=1.6.4
openslide-python==1.1.2
openslide-python>=1.1.2
setuptools>=50.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages

PKG_NAME = "pyslide"
VERSION = "0.4.5"
VERSION = "0.4.6"
DESCRIPTION = "Python whole slide image analysis toolkit"
HOMEPAGE = "https://github.com/PingjunChen/pyslide"
LICENSE = "MIT"
Expand Down

0 comments on commit a644913

Please sign in to comment.