-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pytorch-lightning[extra] from 1.9.4 to 2.0.0 in /requirements #1178
Bump pytorch-lightning[extra] from 1.9.4 to 2.0.0 in /requirements #1178
Conversation
Bumps [pytorch-lightning[extra]](https://github.com/Lightning-AI/lightning) from 1.9.4 to 2.0.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@1.9.4...2.0.0) --- updated-dependencies: - dependency-name: pytorch-lightning[extra] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
PyTorch Lightning was renamed to Lightning back in v1.8, but the old package name is still updated on PyPI. The old name is deprecated and may be removed someday. Also, the docs now only document the new name, causing the docs to fail to build. I switched to the new name, which bumps our min lightning version (and radiant-mlhub too), but simplifies the import name and makes things future proof. |
pytorch_lightning type hints are public, but lightning type hints aren't. We can fix that: Lightning-AI/pytorch-lightning#17100 |
…1178) * Bump pytorch-lightning[extra] from 1.9.4 to 2.0.0 in /requirements Bumps [pytorch-lightning[extra]](https://github.com/Lightning-AI/lightning) from 1.9.4 to 2.0.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@1.9.4...2.0.0) --- updated-dependencies: - dependency-name: pytorch-lightning[extra] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Remove deprecated features * pytorch_lightning -> lightning * bump radiant-mlhub too * isort fix * lightning does not yet have public type hints * More ignores * blanket ignore * blanket ignore * Fix function typo --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
…icrosoft#1178) * Bump pytorch-lightning[extra] from 1.9.4 to 2.0.0 in /requirements Bumps [pytorch-lightning[extra]](https://github.com/Lightning-AI/lightning) from 1.9.4 to 2.0.0. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@1.9.4...2.0.0) --- updated-dependencies: - dependency-name: pytorch-lightning[extra] dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Remove deprecated features * pytorch_lightning -> lightning * bump radiant-mlhub too * isort fix * lightning does not yet have public type hints * More ignores * blanket ignore * blanket ignore * Fix function typo --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
Bumps pytorch-lightning[extra] from 1.9.4 to 2.0.0.
Release notes
Sourced from pytorch-lightning[extra]'s releases.
... (truncated)
Commits
01834c8
Exclude some examples from docs navigation (#17081)f25dfbe
update links to Discord (#17087)2f39bb6
docs: migration guide to thelatest
[1/n] (#17034)077106d
Prepare 2.0.0 release (#17056)888db1a
Update README (#17082)a22242b
Improve the error message for installing tensorboardx (#17053)550fa5f
Organize app examples (#17045)5d58736
Rename PL installation topip install lightning
(#17074)281efc6
Update data docs (#16839)67b94ef
Avoidinference_mode
with FSDP (#17064)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)