Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 40150b3

Browse filesBrowse files
committed
Merge pull request matplotlib#6340 from tacaswell/bld_update_cycler_dep
BLD: make minimum cycler version 0.10.0
2 parents 35e2781 + e92eb88 commit 40150b3
Copy full SHA for 40150b3

File tree

Expand file treeCollapse file tree

2 files changed

+4
-5
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-5
lines changed

‎INSTALL

Copy file name to clipboardExpand all lines: INSTALL
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ Required Dependencies
212212
Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz
213213

214214
:term:`FreeType` 2.3 or later
215-
Library for reading true type font files. If using pip, easy_install or
215+
Library for reading true type font files. If using pip, easy_install or
216216
installing from source, the installer will attempt to locate FreeType in
217-
expected locations. If it cannot, try installing `pkg-config
217+
expected locations. If it cannot, try installing `pkg-config
218218
<http://matplotlib.org/users/installing.html#optional-dependencies>`__,
219219
a tool used to find required non-python libraries.
220220

221-
`cycler <http://matplotlib.org/cycler/>`__ 0.9 or later
221+
`cycler <http://matplotlib.org/cycler/>`__ 0.10.0 or later
222222
Composable cycle class used for constructing style-cycles
223223

224224
`functools32`

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1380,11 +1380,10 @@ def check(self):
13801380
"cycler was not found. "
13811381
"pip/easy_install may attempt to install it "
13821382
"after matplotlib.")
1383-
13841383
return "using cycler version %s" % cycler.__version__
13851384

13861385
def get_install_requires(self):
1387-
return ['cycler>=0.9']
1386+
return ['cycler>=0.10']
13881387

13891388

13901389
class Dateutil(SetupPackage):

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.