Skip to content

Commit aad08b2

Browse files
committed
DOC: add minimum version of tornado to ensure asyncio integration
tornado 5 is from ~2018 hence is consistent with our support window policy.
1 parent 8fd2c59 commit aad08b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/devel/dependencies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ and the capabilities they provide.
4646
* wxPython_ (>= 4) [#]_: for the wx-based backends.
4747
* pycairo_ (>= 1.11.0) or cairocffi_ (>= 0.8): for the GTK and/or cairo-based
4848
backends.
49-
* Tornado_: for the WebAgg backend.
49+
* Tornado_ (>=5): for the WebAgg backend.
5050

5151
.. _Tk: https://docs.python.org/3/library/tk.html
5252
.. _PyQt5: https://pypi.org/project/PyQt5/

0 commit comments

Comments
 (0)