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

Commit

Permalink
Bump pytorch-lightning from 1.1.8 to 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 15, 2021
1 parent 348c11e commit fa9ea4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ flake8-comprehensions
flake8-quotes==2.0.0
yapf==0.23.0
pytest
pytorch-lightning==1.1.8
pytorch-lightning==1.2.3
pytorch-lightning-bolts==0.3.0
ray[tune]
torch==1.7.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
long_description="Custom Pytorch Lightning distributed accelerators for "
"built on top of distributed computing framework Ray.",
url="https://github.com/ray-project/ray_lightning_accelerators",
install_requires=["pytorch-lightning<1.2", "ray"])
install_requires=["pytorch-lightning<1.3", "ray"])

0 comments on commit fa9ea4b

Please sign in to comment.