File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
napari_cellseg3d/models/pretrained Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ scikit-image>=0.19.2
1717matplotlib >= 3.4.1
1818tifffile >= 2022.2.9
1919imageio-ffmpeg >= 0.4.5
20- torch = =1.11
21- monai == 0.8.1
20+ torch > =1.11
21+ monai >= 0.9.0
2222nibabel
2323pillow
24- itk = =5.2.0.post1
24+ itk > =5.2.0.post1
2525vispy >= 0.9.6
Original file line number Diff line number Diff line change @@ -49,16 +49,16 @@ install_requires =
4949 matplotlib>=3.4.1
5050 tifffile>=2022.2.9
5151 imageio-ffmpeg>=0.4.5
52- torch = =1.11
53- monai ==0.8.1
52+ torch> =1.11
53+ monai>=0.9.0
5454 nibabel
5555 scikit-image
5656 pillow
57- itk = =5.2.0.post1
57+ itk> =5.2.0.post1
5858 matplotlib
5959 vispy>=0.9.6
6060
61- [optiadd .ons .packages.find]
61+ [options .packages.find]
6262where = .
6363
6464[options.package_data]
You can’t perform that action at this time.
0 commit comments