Skip to content

Commit a1901da

Browse files
chihuahuajart
authored andcommitted
Remove tensorflow from tensorboard's list of required packages (#413)
This change removes a cycle in required packages. Previously, tensorboard had required tensorflow, which had required tensorboard. This led to issues such as #410.
1 parent d8cd96f commit a1901da

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tensorboard/pip_package/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
'html5lib == 0.9999999', # identical to 1.0b8
3333
'markdown >= 2.6.8',
3434
'bleach == 1.5.0',
35-
'tensorflow >= 1.3.0',
3635
]
3736

3837
# python3 requires wheel 0.26

0 commit comments

Comments
 (0)