Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 27e6b39

Browse files
Bump pytorch-lightning from 1.4.1 to 1.4.2 (#75)
* Bump pytorch-lightning from 1.4.1 to 1.4.2 Bumps [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/PyTorchLightning/pytorch-lightning/releases) - [Changelog](https://github.com/PyTorchLightning/pytorch-lightning/blob/1.4.2/CHANGELOG.md) - [Commits](Lightning-AI/pytorch-lightning@1.4.1...1.4.2) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * update Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amog Kamsetty <[email protected]>
1 parent 60f7f4f commit 27e6b39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Here are the supported PyTorch Lightning versions:
3333

3434
| Ray Lightning | PyTorch Lightning |
3535
|---|---|
36-
| 0.1 | 1.4.1 |
36+
| 0.1 | 1.4 |
3737

3838

3939
## PyTorch Distributed Data Parallel Plugin on Ray

requirements-test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ flake8-comprehensions
44
flake8-quotes
55
yapf==0.23.0
66
pytest
7-
pytorch-lightning==1.4.1
7+
pytorch-lightning==1.4.2
88
lightning-bolts==0.3.3
99
ray[tune]
1010
torch==1.8.1

0 commit comments

Comments
 (0)