Skip to content

Commit

Permalink
fix: rollback six to 1.15 (#391)
Browse files Browse the repository at this point in the history
* fix: remove grpcio and rollback six to 1.15

* fix: add grpcio 1.34 back
  • Loading branch information
sasha-gitg committed May 15, 2021
1 parent 47c1530 commit 066624b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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
Expand Down

0 comments on commit 066624b

Please sign in to comment.