From 6b549ee45b4e410bef6a59b8fd89d37eb029dab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Aug 2021 07:07:17 +0000 Subject: [PATCH] [tune](deps): Bump pytorch-lightning in /python/requirements/tune Bumps [pytorch-lightning](https://github.com/PyTorchLightning/pytorch-lightning) from 1.0.3 to 1.4.1. - [Release notes](https://github.com/PyTorchLightning/pytorch-lightning/releases) - [Changelog](https://github.com/PyTorchLightning/pytorch-lightning/blob/1.4.1/CHANGELOG.md) - [Commits](https://github.com/PyTorchLightning/pytorch-lightning/compare/1.0.3...1.4.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 e717b64f9e61..4981e0d5d353 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -27,7 +27,7 @@ nevergrad==0.4.3.post3 optuna==2.8.0 pytest-remotedata==0.3.2 pytorch-lightning-bolts==0.2.5 -pytorch-lightning==1.0.3 +pytorch-lightning==1.4.1 scikit-learn==0.24.2 scikit-optimize==0.8.1 sigopt==7.4.0