From 066624b7c2ab3af281b7f63e47c990efbcd52673 Mon Sep 17 00:00:00 2001 From: sasha-gitg <44654632+sasha-gitg@users.noreply.github.com> Date: Sat, 15 May 2021 19:51:22 -0400 Subject: [PATCH] fix: rollback six to 1.15 (#391) * fix: remove grpcio and rollback six to 1.15 * fix: add grpcio 1.34 back --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1887620bd6..4a91bfb0ef 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ tensorboard_extra_require = [ "tensorflow-cpu>=2.3.0, <=2.5.0", "grpcio~=1.34.0", - "six~=1.16.0", + "six~=1.15.0", ] metadata_extra_require = ["pandas >= 1.0.0"] full_extra_require = tensorboard_extra_require + metadata_extra_require