Skip to content

Commit

Permalink
fix: re-remove extra TB dependencies introduced due to merge conflict (
Browse files Browse the repository at this point in the history
…#593)

Reapplying #499 to remove the extra dependencies introduced by merge conflict in f6f9a97#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7L32-R36
  • Loading branch information
yfang1 committed Aug 5, 2021
1 parent 0fbcd59 commit 433b94a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Expand Up @@ -29,11 +29,7 @@
with io.open(readme_filename, encoding="utf-8") as readme_file:
readme = readme_file.read()

tensorboard_extra_require = [
"tensorflow >=2.3.0, <=2.5.0",
"grpcio~=1.39.0",
"six~=1.15.0",
]
tensorboard_extra_require = ["tensorflow >=2.3.0, <=2.5.0"]
metadata_extra_require = ["pandas >= 1.0.0"]
xai_extra_require = ["tensorflow >=2.3.0, <=2.5.0"]
full_extra_require = list(
Expand Down

0 comments on commit 433b94a

Please sign in to comment.