Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 60b03f1

Browse files
committed
MNT: bump minimum numpy version to 1.16
1 parent cfccfb8 commit 60b03f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Matplotlib will automatically install dependencies when you install with
144144
Matplotlib 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)

requirements/testing/travis36minver.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
cycler==0.10
44
python-dateutil==2.7
5-
numpy==1.15.0
5+
numpy==1.16.0
66
pyparsing==2.2.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)