Skip to content

Commit 124d511

Browse files
committed
Drop matplotlib < 2.0.0
1 parent a495db9 commit 124d511

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

ci/azure-macos-35.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- matplotlib
1212
- nomkl
1313
- numexpr
14-
- numpy=1.12.1
14+
- numpy=1.12.0
1515
- openpyxl=2.5.5
1616
- pytables
1717
- python=3.5*

ci/circle-27-compat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- cython=0.28.2
88
- jinja2=2.8
99
- numexpr=2.4.4 # we test that we correctly don't use an unsupported numexpr
10-
- numpy=1.12.1
10+
- numpy=1.12.0
1111
- openpyxl=2.5.5
1212
- psycopg2
1313
- pytables=3.2.2

ci/travis-27-locale.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ dependencies:
66
- bottleneck=1.2.0
77
- cython=0.28.2
88
- lxml
9-
- matplotlib=1.4.3
10-
- numpy=1.12.1
9+
- matplotlib=2.0.0
10+
- numpy=1.12.0
1111
- openpyxl=2.4.0
1212
- python-dateutil
1313
- python-blosc

doc/source/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ Optional Dependencies
266266
* `pymysql <https://github.com/PyMySQL/PyMySQL>`__: for MySQL.
267267
* `SQLite <https://docs.python.org/3/library/sqlite3.html>`__: for SQLite, this is included in Python's standard library by default.
268268

269-
* `matplotlib <http://matplotlib.org/>`__: for plotting, Version 1.4.3 or higher.
269+
* `matplotlib <http://matplotlib.org/>`__: for plotting, Version 2.0.0 or higher.
270270
* For Excel I/O:
271271

272272
* `xlrd/xlwt <http://www.python-excel.org/>`__: Excel reading (xlrd) and writing (xlwt)

doc/source/whatsnew/v0.24.0.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,8 @@ If installed, we now require:
217217
+-----------------+-----------------+----------+---------------+
218218
| bottleneck | 1.2.0 | | :issue:`21242`|
219219
+-----------------+-----------------+----------+---------------+
220+
| matplotlib | 2.0.0 | | :issue:`21242`|
221+
+-----------------+-----------------+----------+---------------+
220222

221223
.. _whatsnew_0240.api_breaking.interval_values:
222224

0 commit comments

Comments
 (0)