Skip to content

Commit 708db01

Browse files
committed
update pacakges in tutorial's landing page
1 parent a4dff2a commit 708db01

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

docs/source/tutorial/tutorial.rst

+8-3
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,22 @@ This is an introductory notebook that shows some basic use cases.
1010
``adaptive`` needs at least Python 3.6, and the following packages:
1111

1212
- ``scipy``
13-
- ``sortedcontainers``
13+
- ``sortedcollections >= 1.1``
14+
- ``sortedcontainers >= 2.0``
15+
- ``atomicwrites``
1416

1517
Additionally ``adaptive`` has lots of extra functionality that makes it
1618
simple to use from Jupyter notebooks. This extra functionality depends
1719
on the following packages
1820

21+
- ``ipython``
1922
- ``ipykernel>=4.8.0``
2023
- ``jupyter_client>=5.2.2``
21-
- ``holoviews``
22-
- ``bokeh``
24+
- ``holoviews>=1.9.1``
2325
- ``ipywidgets``
26+
- ``bokeh``
27+
- ``matplotlib``
28+
- ``plotly``
2429

2530
We recommend to start with the :ref:`Tutorial `~adaptive.Learner1D``.
2631

0 commit comments

Comments
 (0)