diff --git a/HISTORY.md b/HISTORY.md index 2db5528..da49382 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,6 +1,6 @@ # History -## 0.12.0 (2023-05-17) +## 0.12.0 (2023-06-02) * Add support for conversion of DICOM-WSI files to TIFF * Add support for setting segments for some TIFF files diff --git a/pyproject.toml b/pyproject.toml index f1828d1..30bbb60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,10 +34,7 @@ click = "*" pylibjpeg = "*" pylibjpeg-libjpeg = "*" pylibjpeg-openjpeg = "*" -# wsidicom pinned due to issue in -# https://github.com/imi-bigpicture/wsidicom/pull/96#issuecomment-1532502694 -# can be unpinned after new version is released. -wsidicom = { git = "https://github.com/imi-bigpicture/wsidicom.git", rev ="6901d307f3f26e5490685124315fe84338b92f1f"} +wsidicom = ">=0.10.0" imagecodecs = ">=2023.3.16" [tool.poetry.dev-dependencies]