From d9b5ba4831a11cd5bb037f274fd63c59112444d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 09:57:42 +0000 Subject: [PATCH] Update grpcio-tools requirement from <1.44,>=1.35 to >=1.35,<1.45 Updates the requirements on [grpcio-tools](https://github.com/grpc/grpc) to permit the latest version. - [Release notes](https://github.com/grpc/grpc/releases) - [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md) - [Commits](https://github.com/grpc/grpc/compare/v1.35.0...v1.44.0) --- updated-dependencies: - dependency-name: grpcio-tools dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c2c809ad..b7c49253 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'tensorflow-privacy>=0.5,<0.8', ] other_deps = [ - 'pandas~=1.1.0', + 'pandas>=1.1,<1.5', 'scikit-learn>=0.23,<1.1', ] pytorch_deps = [ @@ -44,8 +44,8 @@ ] grpc_deps = ['grpcio>=1.35,<1.43', - 'grpcio-tools>=1.35,<1.44', - 'prometheus_client==0.12.0', + 'grpcio-tools>=1.35,<1.45', + 'prometheus_client==0.13.1', 'click' ] all_deps = list(set(keras_deps + other_deps + pytorch_deps + grpc_deps)) + ["xgboost"]