File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Matplotlib will automatically install dependencies when you install with
144144Matplotlib requires the following dependencies:
145145
146146* `Python <https://www.python.org/downloads/ >`_ (>= 3.6)
147- * `NumPy <https://numpy.org >`_ (>= 1.15 )
147+ * `NumPy <https://numpy.org >`_ (>= 1.16 )
148148* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`_
149149* `cycler <https://matplotlib.org/cycler/ >`_ (>= 0.10.0)
150150* `dateutil <https://pypi.org/project/python-dateutil >`_ (>= 2.7)
Original file line number Diff line number Diff line change 22
33cycler==0.10
44python-dateutil==2.7
5- numpy==1.15 .0
5+ numpy==1.16 .0
66pyparsing==2.2.1
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ def build_extensions(self):
280280 install_requires = [
281281 "cycler>=0.10" ,
282282 "kiwisolver>=1.0.1" ,
283- "numpy>=1.15 " ,
283+ "numpy>=1.16 " ,
284284 "pillow>=6.2.0" ,
285285 "pyparsing>=2.2.1" ,
286286 "python-dateutil>=2.7" ,
You can’t perform that action at this time.
0 commit comments