Skip to content

Commit 25b075d

Browse files
committed
Reduce reqs on M1 conda file
1 parent 9496bca commit 25b075d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conda/napari_cellseg3d_m1.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@ dependencies:
1111
- pip:
1212
- numpy
1313
- napari>=0.4.14
14-
- opencv-python>=4.5.5
14+
# - opencv-python>=4.5.5
1515
- scikit-image>=0.19.2
1616
- matplotlib>=3.4.1
1717
- tifffile>=2022.2.9
18-
- imageio-ffmpeg>=0.4.5
18+
# - imageio-ffmpeg>=0.4.5
1919
- torch>=1.11
2020
- monai[nibabel, einops]>=0.9.0
2121
- tqdm
22-
- nibabel
22+
# - nibabel
2323
- scikit-image
24-
- pillow
24+
# - pillow
2525
- pyclesperanto-prototype
2626
- tqdm
2727
- matplotlib
28-
- vispy>=0.9.6
28+
# - vispy>=0.9.6

0 commit comments

Comments
 (0)