From 26cc0c86778e18e30cfd6cee58553734ce9a1640 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Mon, 8 Mar 2021 14:56:20 +0100 Subject: [PATCH] remove the requirements from the tutorial landing page --- docs/source/tutorial/tutorial.rst | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/docs/source/tutorial/tutorial.rst b/docs/source/tutorial/tutorial.rst index 7a525bf78..753735538 100644 --- a/docs/source/tutorial/tutorial.rst +++ b/docs/source/tutorial/tutorial.rst @@ -7,26 +7,6 @@ evaluation. This is an introductory notebook that shows some basic use cases. -``adaptive`` needs at least Python 3.6, and the following packages: - -- ``scipy`` -- ``sortedcollections >= 1.1`` -- ``sortedcontainers >= 2.0`` -- ``atomicwrites`` - -Additionally ``adaptive`` has lots of extra functionality that makes it -simple to use from Jupyter notebooks. This extra functionality depends -on the following packages - -- ``ipython`` -- ``ipykernel>=4.8.0`` -- ``jupyter_client>=5.2.2`` -- ``holoviews>=1.9.1`` -- ``ipywidgets`` -- ``bokeh`` -- ``matplotlib`` -- ``plotly`` - We recommend to start with the :ref:`Tutorial `~adaptive.Learner1D``. .. note::