File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ Matplotlib will automatically install dependencies when you install with
144
144
Matplotlib requires the following dependencies:
145
145
146
146
* `Python <https://www.python.org/downloads/ >`_ (>= 3.6)
147
- * `NumPy <https://numpy.org >`_ (>= 1.15 )
147
+ * `NumPy <https://numpy.org >`_ (>= 1.16 )
148
148
* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`_
149
149
* `cycler <https://matplotlib.org/cycler/ >`_ (>= 0.10.0)
150
150
* `dateutil <https://pypi.org/project/python-dateutil >`_ (>= 2.7)
Original file line number Diff line number Diff line change 2
2
3
3
cycler==0.10
4
4
python-dateutil==2.7
5
- numpy==1.15 .0
5
+ numpy==1.16 .0
6
6
pyparsing==2.2.1
Original file line number Diff line number Diff line change @@ -280,7 +280,7 @@ def build_extensions(self):
280
280
install_requires = [
281
281
"cycler>=0.10" ,
282
282
"kiwisolver>=1.0.1" ,
283
- "numpy>=1.15 " ,
283
+ "numpy>=1.16 " ,
284
284
"pillow>=6.2.0" ,
285
285
"pyparsing>=2.2.1" ,
286
286
"python-dateutil>=2.7" ,
You can’t perform that action at this time.
0 commit comments