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
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
torch>=1.5
pytorch-ignite==0.4.2
numpy>=1.17
itk
itk>=5.0
nibabel
parameterized
scikit-image>=0.14.2
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pytorch-ignite==0.4.2
gdown>=3.6.4
scipy
itk
itk>=5.0
nibabel
pillow
tensorboard
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all =
pytorch-ignite==0.4.2
gdown>=3.6.4
torchvision
itk
itk>=5.0
tqdm>=4.47.0
nibabel =
nibabel
Expand All @@ -47,7 +47,7 @@ ignite =
torchvision =
torchvision
itk =
itk
itk>=5.0
tqdm =
tqdm>=4.47.0
lmdb =
Expand Down