CenterNet-pytorch-lightning icon indicating copy to clipboard operation
CenterNet-pytorch-lightning copied to clipboard

Update pytorch-lightning requirement from ~=1.5.10 to ~=1.7.3

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Updates the requirements on pytorch-lightning to permit the latest version.

Release notes

Sourced from pytorch-lightning's releases.

PyTorch Lightning 1.7.3: Standard patch release

[1.7.3] - 2022-08-25

Fixed

  • Fixed an assertion error when using a ReduceOnPlateau scheduler with the Horovod strategy (#14215)
  • Fixed an AttributeError when accessing LightningModule.logger and the Trainer has multiple loggers (#14234)
  • Fixed wrong num padding for RichProgressBar (#14296)
  • Added back support for logging in the configure_gradient_clipping hook after unintended removal in v1.7.2 (#14298)
  • Fixed an issue to avoid the impact of sanity check on reload_dataloaders_every_n_epochs for validation (#13964)

Contributors

@​awaelchli @​Borda @​carmocca @​dependabot @​kaushikb11 @​otaj @​rohitgr7

Commits
  • 8f13633 Fix silent TPU CI failures (#14034)
  • f8416be [CI] Trick Bagua into installing appropriate wheel in GPU tests (#14380)
  • 48ddb0a Add a required job checker as an action (1/2) (#14363)
  • 5f5b8da [CI] Bump CUDA in Docker images to 11.6.1 (#14348)
  • cca9c71 fix imports of collections.abc for py3.10 (#14345)
  • 6661f00 Bump actions/setup-python from 2 to 4 (#14287)
  • 9539538 Bump tj-actions/changed-files from 24 to 28 (#14337)
  • 4b6031b Add back support for logging in the gradient clipping hooks (#14298)
  • cb8b3f4 Fix an issue to avoid the impact of sanity check on `reload_dataloaders_every...
  • 719dcff Update ipython[all] requirement from <=8.1.1 to <8.4.1 in /requirements (#14281)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Aug 26 '22 02:08 dependabot[bot]