From 079193590638d354a57cfa256465e7db07ca1f5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Nov 2021 08:05:15 +0000 Subject: [PATCH] [tune](deps): Bump pytorch-lightning in /python/requirements/tune Bumps [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning) from 1.4.3 to 1.5.1. - [Release notes](https://github.com/PyTorchLightning/pytorch-lightning/releases) - [Changelog](https://github.com/PyTorchLightning/pytorch-lightning/blob/master/CHANGELOG.md) - [Commits](https://github.com/PyTorchLightning/pytorch-lightning/compare/1.4.3...1.5.1) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/tune/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/tune/requirements_tune.txt b/python/requirements/tune/requirements_tune.txt index dd94640dd763..b2576f16898e 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -29,7 +29,7 @@ nevergrad==0.4.3.post7 optuna==2.9.1 pytest-remotedata==0.3.2 lightning-bolts==0.3.3 -pytorch-lightning==1.4.3 +pytorch-lightning==1.5.1 scikit-learn==0.24.2 scikit-optimize==0.8.1 sigopt==7.5.0