Skip to content

Commit 46c153f

Browse files
authored
Update required version of html5lib to 1.0b10 (#589)
Fixes #588.
1 parent 1d2a29a commit 46c153f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorboard/pip_package/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
'six >= 1.10.0',
3232
'protobuf >= 3.2.0',
3333
'werkzeug >= 0.11.10',
34-
'html5lib == 0.9999999', # identical to 1.0b8
34+
'html5lib == 0.999999999', # identical to 1.0b10
3535
'markdown >= 2.6.8',
3636
'bleach == 1.5.0',
3737
]

0 commit comments

Comments
 (0)