@@ -32,43 +32,14 @@ Although not required, we suggest also installing ``IPython`` for
3232interactive use. To easily install a complete Scientific Python
3333stack, see :ref: `install_scipy_dists ` below.
3434
35- .. _installing_windows :
36-
37- Windows
38- -------
39-
40- In case Python 2.7 or 3.4 are not installed for all users,
41- the Microsoft Visual C++ 2008
42- (`64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=15336 >`__
43- or
44- `32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=29 >`__
45- for Python 2.7) or Microsoft Visual C++ 2010
46- (`64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=14632 >`__
47- or
48- `32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=5555 >`__
49- for Python 3.4) redistributable packages need to be installed.
5035
5136macOS
5237-----
5338
54- If you are using Python 2.7 on a Mac you may need to do::
55-
56- xcode-select --install
57-
58- so that *subprocess32 *, a dependency, may be compiled.
59-
6039To use the native OSX backend you will need :ref: `a framework build
6140<osxframework-faq>` build of Python.
6241
6342
64- Linux
65- -----
66-
67- On extremely old versions of Linux and Python 2.7 you may need to
68- install the master version of *subprocess32 * (`see comments
69- <https://github.com/google/python-subprocess32/issues/12#issuecomment-304724113> `__).
70-
71-
7243Test Data
7344---------
7445
@@ -167,7 +138,7 @@ Dependencies
167138
168139Matplotlib requires a large number of dependencies:
169140
170- * `Python <https://www.python.org/downloads/ >`_ (>= 2.7 or >= 3.4 )
141+ * `Python <https://www.python.org/downloads/ >`_ (>= 3.5 )
171142 * `NumPy <http://www.numpy.org >`_ (>= |minimum_numpy_version |)
172143 * `setuptools <https://setuptools.readthedocs.io/en/latest/ >`__
173144 * `dateutil <https://pypi.python.org/pypi/python-dateutil >`_ (>= 2.1)
@@ -177,10 +148,6 @@ Matplotlib requires a large number of dependencies:
177148 * FreeType (>= 2.3)
178149 * `cycler <http://matplotlib.org/cycler/ >`__ (>= 0.10.0)
179150 * `six <https://pypi.python.org/pypi/six >`_
180- * `backports.functools_lru_cache <https://pypi.python.org/pypi/backports.functools_lru_cache >`_
181- (for Python 2.7 only)
182- * `subprocess32 <https://pypi.python.org/pypi/subprocess32/ >`_ (for Python
183- 2.7 only, on Linux and macOS only)
184151 * `kiwisolver <https://github.com/nucleic/kiwi >`__ (>= 1.0.0)
185152
186153Optionally, you can also install a number of packages to enable better user
@@ -325,8 +292,6 @@ without fiddling with environment variables::
325292 conda install pyqt
326293 # this package is only available in the conda-forge channel
327294 conda install -c conda-forge msinttypes
328- # for Python 2.7
329- conda install -c conda-forge backports.functools_lru_cache
330295
331296 # copy the libs which have "wrong" names
332297 set LIBRARY_LIB=%CONDA_DEFAULT_ENV%\Library\lib
0 commit comments