Skip to content

Commit

Permalink
Upgrade pytorch lightning version in requirements
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishree <abhishreetm@gmail.com>
  • Loading branch information
athitten committed Apr 16, 2023
1 parent 5c52406 commit 2b91e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements_lightning.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
hydra-core>=1.2.0,<1.3
omegaconf>=2.2,<2.3
pytorch-lightning>=1.9.0,<=1.9.4
pyyaml<6 # Pinned until omegaconf works with pyyaml>=6
pytorch-lightning>=2.0
ipyyaml<6 # Pinned until omegaconf works with pyyaml>=6
torchmetrics>=0.11.0
transformers>=4.0.1
wandb
Expand Down

0 comments on commit 2b91e1b

Please sign in to comment.