... | ... |
@@ -10,17 +10,22 @@ This is an introductory notebook that shows some basic use cases. |
10 | 10 |
``adaptive`` needs at least Python 3.6, and the following packages: |
11 | 11 |
|
12 | 12 |
- ``scipy`` |
13 |
-- ``sortedcontainers`` |
|
13 |
+- ``sortedcollections >= 1.1`` |
|
14 |
+- ``sortedcontainers >= 2.0`` |
|
15 |
+- ``atomicwrites`` |
|
14 | 16 |
|
15 | 17 |
Additionally ``adaptive`` has lots of extra functionality that makes it |
16 | 18 |
simple to use from Jupyter notebooks. This extra functionality depends |
17 | 19 |
on the following packages |
18 | 20 |
|
21 |
+- ``ipython`` |
|
19 | 22 |
- ``ipykernel>=4.8.0`` |
20 | 23 |
- ``jupyter_client>=5.2.2`` |
21 |
-- ``holoviews`` |
|
22 |
-- ``bokeh`` |
|
24 |
+- ``holoviews>=1.9.1`` |
|
23 | 25 |
- ``ipywidgets`` |
26 |
+- ``bokeh`` |
|
27 |
+- ``matplotlib`` |
|
28 |
+- ``plotly`` |
|
24 | 29 |
|
25 | 30 |
We recommend to start with the :ref:`Tutorial `~adaptive.Learner1D``. |
26 | 31 |
|