From b97d44d642fc2400d0737a4973e012f78ff06f20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:19:03 +0000 Subject: [PATCH] fix: bump gpytorch from 1.13 to 1.14 Bumps [gpytorch](https://github.com/cornellius-gp/gpytorch) from 1.13 to 1.14. - [Release notes](https://github.com/cornellius-gp/gpytorch/releases) - [Commits](https://github.com/cornellius-gp/gpytorch/compare/v1.13...v1.14) --- updated-dependencies: - dependency-name: gpytorch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 99da7d9..c694218 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ statsmodels==0.14.4 matplotlib==3.9.3 seaborn==0.13.2 scikit-learn==1.5.2 -gpytorch==1.13 # Specify version, check latest available +gpytorch==1.14 # Specify version, check latest available bayesian-optimization==1.2.0 # Specify version, check latest available jupyter==1.1.1 bayesian-optimization==2.0.1 # Specify version, check latest available