Skip to content

Commit e95bc49

Browse files
Update pytorch-ignite requirement from <=0.5.3 to <=0.5.4 (#857)
Updates the requirements on [pytorch-ignite](https://github.com/pytorch/ignite) to permit the latest version. - [Release notes](https://github.com/pytorch/ignite/releases) - [Commits](pytorch/ignite@v0.1.0...v0.5.4) --- updated-dependencies: - dependency-name: pytorch-ignite dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Drew Oldag <47493171+drewoldag@users.noreply.github.com>
1 parent 7b975e6 commit e95bc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies = [
2626
# https://github.com/pytorch/ignite/issues/3372 function correctly
2727
# while allowing us to release packages that don't depend on dev versions
2828
# of pytorch-ignite.
29-
"pytorch-ignite <= 0.5.3", # Used for distributed training, logging, etc.
29+
"pytorch-ignite <= 0.5.4", # Used for distributed training, logging, etc.
3030
"more-itertools", # Used to work around the issue in pytorch-ignite above
3131
"toml", # Used to load configuration files as dictionaries
3232
"tomlkit", # Used to load configuration files as dictionaries and retain comments

0 commit comments

Comments
 (0)