Streamlit: Support Tornado 6.0+

Created on 28 Feb 2020  路  3Comments  路  Source: streamlit/streamlit

It would be great if Streamlit could support Tornado 6.0+ since the current requirement of <6.0 causes conflicts if other packages in the environment require 6.0+.

Thank you!

Dan

infra

Most helpful comment

Since we've dropped python 2 support, looks like we should be able to do this.

# 6.0 doesn't support Python 2
tornado = ">=5.0,<6.0"

Adding to the board.

All 3 comments

Since we've dropped python 2 support, looks like we should be able to do this.

# 6.0 doesn't support Python 2
tornado = ">=5.0,<6.0"

Adding to the board.

Any update on this subject? 馃憤

Any change on this? It tornado<6 conflicts with MLflow's req of tornado>6.0 and it would be great to be able to use both!

Was this page helpful?
0 / 5 - 0 ratings