Skip to content

Commit 7a66f18

Browse files
authored
[DLMED] update to 0.4.7 (#3483)
Signed-off-by: Nic Ma <[email protected]>
1 parent 9ef0070 commit 7a66f18

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-f https://download.pytorch.org/whl/cpu/torch-1.6.0%2Bcpu-cp37-cp37m-linux_x86_64.whl
22
torch>=1.6
3-
pytorch-ignite==0.4.6
3+
pytorch-ignite==0.4.7
44
numpy>=1.17
55
itk>=5.2
66
nibabel

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Full requirements for developments
22
-r requirements-min.txt
3-
pytorch-ignite==0.4.6
3+
pytorch-ignite==0.4.7
44
gdown>=3.6.4
55
scipy
66
itk>=5.2

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ all =
3434
pillow
3535
tensorboard
3636
gdown>=3.6.4
37-
pytorch-ignite==0.4.6
37+
pytorch-ignite==0.4.7
3838
torchvision
3939
itk>=5.2
4040
tqdm>=4.47.0
@@ -61,7 +61,7 @@ tensorboard =
6161
gdown =
6262
gdown>=3.6.4
6363
ignite =
64-
pytorch-ignite==0.4.6
64+
pytorch-ignite==0.4.7
6565
torchvision =
6666
torchvision
6767
itk =

0 commit comments

Comments
 (0)