File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ all =
6161 tqdm>=4.47.0
6262 lmdb
6363 psutil
64- cucim-cu12; python_version >= '3.9' and python_version <= '3.10'
64+ cucim-cu12; platform_system == "Linux" and python_version >= '3.9' and python_version <= '3.10'
6565 openslide-python
66- tifffile
67- imagecodecs
66+ tifffile; platform_system == "Linux" or platform_system == "Darwin"
67+ imagecodecs; platform_system == "Linux" or platform_system == "Darwin"
6868 pandas
6969 einops
7070 transformers>=4.36.0, <4.41.0; python_version <= '3.10'
7878 pynrrd
7979 pydicom
8080 h5py
81- nni
81+ nni; platform_system == "Linux" and "arm" not in platform_machine and "aarch" not in platform_machine
8282 optuna
8383 onnx>=1.13.0
8484 onnxruntime; python_version <= '3.10'
@@ -116,13 +116,13 @@ lmdb =
116116psutil =
117117 psutil
118118cucim =
119- cucim-cu12
119+ cucim-cu12; platform_system == "Linux" and python_version >= '3.9' and python_version <= '3.10'
120120openslide =
121121 openslide-python
122122tifffile =
123- tifffile
123+ tifffile; platform_system == "Linux" or platform_system == "Darwin"
124124imagecodecs =
125- imagecodecs
125+ imagecodecs; platform_system == "Linux" or platform_system == "Darwin"
126126pandas =
127127 pandas
128128einops =
@@ -152,7 +152,7 @@ pydicom =
152152h5py =
153153 h5py
154154nni =
155- nni
155+ nni; platform_system == "Linux" and "arm" not in platform_machine and "aarch" not in platform_machine
156156optuna =
157157 optuna
158158onnx =
You can’t perform that action at this time.
0 commit comments