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
@@ -1,6 +1,6 @@
-f https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp37-cp37m-linux_x86_64.whl
torch>=1.6
pytorch-ignite==0.4.6
pytorch-ignite==0.4.7
numpy>=1.17
itk>=5.2
nibabel
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Full requirements for developments
-r requirements-min.txt
pytorch-ignite==0.4.6
pytorch-ignite==0.4.7
gdown>=3.6.4
scipy
itk>=5.2
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ all =
pillow
tensorboard
gdown>=3.6.4
pytorch-ignite==0.4.6
pytorch-ignite==0.4.7
torchvision
itk>=5.2
tqdm>=4.47.0
Expand All @@ -61,7 +61,7 @@ tensorboard =
gdown =
gdown>=3.6.4
ignite =
pytorch-ignite==0.4.6
pytorch-ignite==0.4.7
torchvision =
torchvision
itk =
Expand Down