File tree 2 files changed +4
-5
lines changed 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -212,13 +212,13 @@ Required Dependencies
212
212
Used to manipulate time-zone aware datetimes. http://pypi.python.org/pypi/pytz
213
213
214
214
: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
216
216
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
218
218
<http://matplotlib.org/users/installing.html#optional-dependencies>`__,
219
219
a tool used to find required non-python libraries.
220
220
221
- `cycler <http://matplotlib.org/cycler/>`__ 0.9 or later
221
+ `cycler <http://matplotlib.org/cycler/>`__ 0.10.0 or later
222
222
Composable cycle class used for constructing style-cycles
223
223
224
224
`functools32`
Original file line number Diff line number Diff line change @@ -1380,11 +1380,10 @@ def check(self):
1380
1380
"cycler was not found. "
1381
1381
"pip/easy_install may attempt to install it "
1382
1382
"after matplotlib." )
1383
-
1384
1383
return "using cycler version %s" % cycler .__version__
1385
1384
1386
1385
def get_install_requires (self ):
1387
- return ['cycler>=0.9 ' ]
1386
+ return ['cycler>=0.10 ' ]
1388
1387
1389
1388
1390
1389
class Dateutil (SetupPackage ):
You can’t perform that action at this time.
0 commit comments