Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ torchvision
psutil
cucim-cu12; platform_system == "Linux" and python_version >= "3.9" and python_version <= "3.10"
openslide-python
openslide-bin
imagecodecs; platform_system == "Linux" or platform_system == "Darwin"
tifffile; platform_system == "Linux" or platform_system == "Darwin"
pandas
Expand Down
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ all =
psutil
cucim-cu12; platform_system == "Linux" and python_version >= '3.9' and python_version <= '3.10'
openslide-python
openslide-bin
tifffile; platform_system == "Linux" or platform_system == "Darwin"
imagecodecs; platform_system == "Linux" or platform_system == "Darwin"
pandas
Expand Down Expand Up @@ -120,6 +121,7 @@ cucim =
cucim-cu12; platform_system == "Linux" and python_version >= '3.9' and python_version <= '3.10'
openslide =
openslide-python
openslide-bin
tifffile =
tifffile; platform_system == "Linux" or platform_system == "Darwin"
imagecodecs =
Expand Down
Loading