Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: YunLiu <55491388+KumoLiu@users.noreply.github.com>
  • Loading branch information
KumoLiu committed Jan 12, 2024
1 parent e1ffa7e commit 982fdc7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion monai/apps/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from monai.config.type_definitions import PathLike
from monai.utils import look_up_option, min_version, optional_import

gdown, has_gdown = optional_import("gdown", "4.4")
gdown, has_gdown = optional_import("gdown", "4.6.3")

if TYPE_CHECKING:
from tqdm import tqdm
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Full requirements for developments
-r requirements-min.txt
pytorch-ignite==0.4.11
gdown>=4.4.0
gdown>=4.4.0, <=4.6.3
scipy>=1.7.1
itk>=5.2
nibabel
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ all =
scipy>=1.7.1
pillow
tensorboard
gdown>=4.4.0
gdown==4.6.3
pytorch-ignite==0.4.11
torchvision
itk>=5.2
Expand Down Expand Up @@ -97,7 +97,7 @@ pillow =
tensorboard =
tensorboard
gdown =
gdown>=4.4.0
gdown==4.6.3
ignite =
pytorch-ignite==0.4.11
torchvision =
Expand Down

0 comments on commit 982fdc7

Please sign in to comment.