IntelLabs / MART

Modular Adversarial Robustness Toolkit
BSD 3-Clause "New" or "Revised" License
16 stars 0 forks source link

Update pytorch-lightning requirement from ~=1.6.5 to ~=2.0.4 #180

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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

Release notes

Sourced from pytorch-lightning's releases.

Minor patch release

App

Fixed

  • bumped several dependencies to address security vulnerabilities.

Fabric

Fixed

  • Fixed validation of parameters of plugins.precision.MixedPrecision (#17687)
  • Fixed an issue with HPU imports leading to performance degradation (#17788)

PyTorch

Changed

  • Changes to the NeptuneLogger (#16761):
    • It now supports neptune-client 0.16.16 and neptune >=1.0, and we have replaced the log() method with append() and extend().
    • It now accepts a namespace Handler as an alternative to Run for the run argument. This means that you can call it NeptuneLogger(run=run["some/namespace"]) to log everything to the some/namespace/ location of the run.

Fixed

  • Fixed validation of parameters of plugins.precision.MixedPrecisionPlugin (#17687)
  • Fixed deriving default map location in LightningModule.load_from_checkpoint when there is an extra state (#17812)

Contributors

@​akreuzer, @​awaelchli, @​borda, @​jerome-habana, @​kshitij12345

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

Commits
  • 9d749ec chlog: update & date
  • eca097f ci: format json in signaling (#17891)
  • d40c94f docs index update (#17780)
  • b33ec56 docs: include external pages (#17826)
  • 7a21166 tests: marking some flakiness (#17849)
  • 4762e30 fix uploading created legacy ckpts (#17840)
  • 1545c7d Update s3fs requirement from <2022.11.1,>=2022.5.0 to >=2022.5.0,<2023.6.1 in...
  • 41af706 Bump httpx from 0.24.0 to 0.24.1 in /requirements (#17862)
  • 776a724 Update beautifulsoup4 requirement from <4.11.2,>=4.8.0 to >=4.8.0,<4.12.3 in ...
  • 3b9750b Bump pytest-asyncio from 0.20.3 to 0.21.0 in /requirements (#17865)
  • 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] commented 1 year ago

Superseded by #193.