-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add thread_safe property * Replace lossy_compressed with lossy_compression property * Pin zarr to <3.0 * Test openslide cross platform * Update changelog * Update version and packages * Fix openslide checksums * Skip openslide test on mac on mirax
- Loading branch information
1 parent
74da149
commit ba46340
Showing
12 changed files
with
83 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "wsidicomizer" | ||
version = "0.15.1" | ||
version = "0.16.0" | ||
description = "Tool for reading WSI files from proprietary formats and optionally convert them to to DICOM" | ||
authors = ["Erik O Gabrielsson <[email protected]>"] | ||
license = "Apache-2.0" | ||
|
@@ -18,8 +18,8 @@ classifiers = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.10" | ||
wsidicom = "^0.22.0" | ||
opentile = "^0.13.1" | ||
wsidicom = "^0.23.0" | ||
opentile = "^0.14.0" | ||
numpy = ">=1.22.0" | ||
pydicom = ">=3.0.0" | ||
czifile = "^2019.7.2" | ||
|
@@ -29,6 +29,7 @@ scyjava = { version = "^1.8.1", optional = true } | |
ome-types = {version = "^0.5.0", optional = true } | ||
pyisyntax = {version = "^0.1.2", optional = true } | ||
imagecodecs = { version = "^2024.12.30", optional = true } | ||
zarr = ">=2.11.0, <3.0" | ||
|
||
[tool.poetry.extras] | ||
openslide = ["openslide-python"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters