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.7

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.7: Standard patch release

[1.7.7] - 2022-09-22

Fixed

  • Fixed the availability check for the neptune-client package (#14714)
  • Break HPU Graphs into two parts (forward + backward as one and optimizer as another) for better performance (#14656)
  • Fixed torchscript error with ensembles of LightningModules (#14657, #14724)
  • Fixed an issue with TensorBoardLogger.finalize creating a new experiment when none was created during the Trainer's execution (#14762)
  • Fixed TypeError on import when torch.distributed is not available (#14809)

Contributors

@​awaelchli @​Borda @​carmocca @​dependabot @​otaj @​raoakarsha

If we forgot someone due to not matching commit email with GitHub account, let us know :)

Commits
  • dbb5ca8 Update version to 1.7.7
  • 085b5b3 Fixed TypeError on 1.7.6 when torch.distributed unavailable (#14809)
  • e1a4370 Update pandas requirement from <=1.4.3,>1.0 to >1.0,<1.5.1 in /requirements (...
  • a9de78f CI: HPU support v1.6.0 release (#14794)
  • f5a1cc4 Update wandb requirement from <0.13.2,>=0.10.22 to >=0.10.22,<0.13.4 in /requ...
  • 72fac45 Fix TensorBoardLogger creating redundant experiment when finalizing (#14762)
  • 63ef41e fix: keep pre versions (#14752)
  • 4262cf8 Use valid pypi versions for install in assistant (#14750)
  • e72e5b9 update codeowners (#14718)
  • c88414c Docs: fix link to title (#14730)
  • 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 Sep 23 '22 02:09 dependabot[bot]