Skip to content

Commit 066624b

Browse files
authored
fix: rollback six to 1.15 (#391)
* fix: remove grpcio and rollback six to 1.15 * fix: add grpcio 1.34 back
1 parent 47c1530 commit 066624b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
tensorboard_extra_require = [
3333
"tensorflow-cpu>=2.3.0, <=2.5.0",
3434
"grpcio~=1.34.0",
35-
"six~=1.16.0",
35+
"six~=1.15.0",
3636
]
3737
metadata_extra_require = ["pandas >= 1.0.0"]
3838
full_extra_require = tensorboard_extra_require + metadata_extra_require

0 commit comments

Comments
 (0)