From 6c2f52b5468329425e853fadc57b11b0748f8602 Mon Sep 17 00:00:00 2001 From: Kartheek Akella <sukruthkartheek@gmail.com> Date: Thu, 27 Aug 2020 19:01:04 +0530 Subject: [PATCH] Update pytorch-lightning version --- .gitignore | 1 + requirements.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 73c615f..1dc6a39 100644 --- a/.gitignore +++ b/.gitignore @@ -120,6 +120,7 @@ venv.bak/ # IDEs .idea +.vscode # seed project lightning_logs/ diff --git a/requirements.txt b/requirements.txt index 2992487..260eeda 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -pytorch-lightning >= 0.7.5 \ No newline at end of file +pytorch-lightning >= 0.9.0 \ No newline at end of file -- GitLab