From 2c83742722439f66569c3b4bd553fd2e06e4472d Mon Sep 17 00:00:00 2001 From: James Meakin <12661555+jmsmkn@users.noreply.github.com> Date: Fri, 2 Jun 2023 11:09:46 +0200 Subject: [PATCH] Unpin wsidicom Closes #97 --- HISTORY.md | 2 +- pyproject.toml | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) 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]