From dd25d50966266eb42ba4e1c06e4e907de8fcbc66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 20:50:51 +0000 Subject: [PATCH] [tune](deps): Bump gluoncv from 0.9.1 to 0.10.3 in /python/requirements Bumps [gluoncv](https://github.com/dmlc/gluon-cv) from 0.9.1 to 0.10.3. - [Release notes](https://github.com/dmlc/gluon-cv/releases) - [Commits](https://github.com/dmlc/gluon-cv/commits) --- updated-dependencies: - dependency-name: gluoncv 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 af25bf2aefa6f..fdcd7d2fff058 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -7,7 +7,7 @@ dask[complete]==2021.03.0; python_version < '3.7' dask[complete]==2021.06.1; python_version >= '3.7' dragonfly-opt==0.1.6 flaml==0.5.2 -gluoncv==0.10.1.post0 +gluoncv==0.10.3 gpy==1.10.0 gym[atari]==0.18.0 h5py==3.1.0; python_version < '3.7'