Skip to content

Commit 96c5edf

Browse files
authored
Various fixes (#11)
* Various fixes - Fixed setup.cfg typo - Added missing init.py in download parameters for pypi packaging - Updated MONAI for SwinUNETR * Update setup.cfg * Update requirements.txt
1 parent ba6a91f commit 96c5edf

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

napari_cellseg3d/models/pretrained/__init__.py

Whitespace-only changes.

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ scikit-image>=0.19.2
1717
matplotlib>=3.4.1
1818
tifffile>=2022.2.9
1919
imageio-ffmpeg>=0.4.5
20-
torch==1.11
21-
monai==0.8.1
20+
torch>=1.11
21+
monai>=0.9.0
2222
nibabel
2323
pillow
24-
itk==5.2.0.post1
24+
itk>=5.2.0.post1
2525
vispy>=0.9.6

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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]
6262
where = .
6363

6464
[options.package_data]

0 commit comments

Comments
 (0)