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
Empty file.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ scikit-image>=0.19.2
matplotlib>=3.4.1
tifffile>=2022.2.9
imageio-ffmpeg>=0.4.5
torch==1.11
monai==0.8.1
torch>=1.11
monai>=0.9.0
nibabel
pillow
itk==5.2.0.post1
itk>=5.2.0.post1
vispy>=0.9.6
8 changes: 4 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@ install_requires =
matplotlib>=3.4.1
tifffile>=2022.2.9
imageio-ffmpeg>=0.4.5
torch==1.11
monai==0.8.1
torch>=1.11
monai>=0.9.0
nibabel
scikit-image
pillow
itk==5.2.0.post1
itk>=5.2.0.post1
matplotlib
vispy>=0.9.6

[optiadd .ons.packages.find]
[options.packages.find]
where = .

[options.package_data]
Expand Down