Skip to content

Commit 6ff80f8

Browse files
Merge branch 'update_get_latest_version' of github.com:yiheng-wang-nv/MONAI into update_get_latest_version
2 parents 4c25c8a + 3b564e5 commit 6ff80f8

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ torchvision
2929
psutil
3030
cucim-cu12; platform_system == "Linux" and python_version >= "3.9" and python_version <= "3.10"
3131
openslide-python
32+
openslide-bin
3233
imagecodecs; platform_system == "Linux" or platform_system == "Darwin"
3334
tifffile; platform_system == "Linux" or platform_system == "Darwin"
3435
pandas

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ all =
6464
psutil
6565
cucim-cu12; platform_system == "Linux" and python_version >= '3.9' and python_version <= '3.10'
6666
openslide-python
67+
openslide-bin
6768
tifffile; platform_system == "Linux" or platform_system == "Darwin"
6869
imagecodecs; platform_system == "Linux" or platform_system == "Darwin"
6970
pandas
@@ -120,6 +121,7 @@ cucim =
120121
cucim-cu12; platform_system == "Linux" and python_version >= '3.9' and python_version <= '3.10'
121122
openslide =
122123
openslide-python
124+
openslide-bin
123125
tifffile =
124126
tifffile; platform_system == "Linux" or platform_system == "Darwin"
125127
imagecodecs =

0 commit comments

Comments
 (0)