Skip to content

Commit 433b94a

Browse files
authored
fix: re-remove extra TB dependencies introduced due to merge conflict (#593)
Reapplying #499 to remove the extra dependencies introduced by merge conflict in f6f9a97#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7L32-R36
1 parent 0fbcd59 commit 433b94a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@
2929
with io.open(readme_filename, encoding="utf-8") as readme_file:
3030
readme = readme_file.read()
3131

32-
tensorboard_extra_require = [
33-
"tensorflow >=2.3.0, <=2.5.0",
34-
"grpcio~=1.39.0",
35-
"six~=1.15.0",
36-
]
32+
tensorboard_extra_require = ["tensorflow >=2.3.0, <=2.5.0"]
3733
metadata_extra_require = ["pandas >= 1.0.0"]
3834
xai_extra_require = ["tensorflow >=2.3.0, <=2.5.0"]
3935
full_extra_require = list(

0 commit comments

Comments
 (0)