From 54bbe06e1394a70de98f3f2c16f512929a49467c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 04:31:16 +0000 Subject: [PATCH] Update gpy[plotting] requirement from ~=1.9.9 to >=1.9.9,<1.11.0 Updates the requirements on [gpy[plotting]](https://github.com/SheffieldML/GPy) to permit the latest version. - [Release notes](https://github.com/SheffieldML/GPy/releases) - [Changelog](https://github.com/SheffieldML/GPy/blob/devel/CHANGELOG.md) - [Commits](https://github.com/SheffieldML/GPy/compare/v1.9.9...v1.10.0) Signed-off-by: dependabot-preview[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c2d826..d7f1d99 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ "flask~=1.0.2", "psutil~=5.6.3", "jsonpickle~=1.0", - "GPy[plotting]~=1.9.9", + "GPy[plotting]>=1.9.9,<1.11.0", "filelock~=3.0.10", "ipdb~=0.11", "livereload==2.5.1",