You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, we can still find html5lib==1.0b8 in setup.py and requirements.txt in the 2.0.9 release.
This version of html5lib is incompatible with Tensorflow 1.5.0, which needs htm5lib==0.9999999
Ah yeah, I think we just pushed v2.0.9 from a hotfix branch to offer a solution for the msgpack problem. Because it was quite rushed, we didn't port that particular commit over (to not risk breaking something). v2.1.0 will defintely include that fix, though, and will drop the html5lib dependency 🎉
html5lib requirement was dropped in this commit: 6bba1db#diff-b4ef698db8ca845e5845c4618278f29a
However, we can still find
html5lib==1.0b8
insetup.py
andrequirements.txt
in the 2.0.9 release.This version of html5lib is incompatible with Tensorflow 1.5.0, which needs
htm5lib==0.9999999
Your Environment
The text was updated successfully, but these errors were encountered: