File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ matrix:
60
60
# pytest-cov>=2.3.1 due to https://github.com/pytest-dev/pytest-cov/issues/124.
61
61
env :
62
62
- CYCLER=cycler==0.10
63
- - DATEUTIL=python-dateutil==2.0
63
+ - DATEUTIL=python-dateutil==2.1
64
64
- MOCK=mock
65
65
- NOSE=nose
66
66
- NUMPY=numpy==1.7.1
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ Matplotlib requires a large number of dependencies:
176
176
* `Python <https://www.python.org/downloads/ >`_ (>= 2.7 or >= 3.4)
177
177
* `NumPy <http://www.numpy.org >`_ (>= |minimum_numpy_version |)
178
178
* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`__
179
- * `dateutil <https://pypi.python.org/pypi/python-dateutil >`_ (>= 2.0 )
179
+ * `dateutil <https://pypi.python.org/pypi/python-dateutil >`_ (>= 2.1 )
180
180
* `pyparsing <https://pyparsing.wikispaces.com/ >`__
181
181
* `libpng <http://www.libpng.org >`__ (>= 1.2)
182
182
* `pytz <http://pytz.sourceforge.net/ >`__
Original file line number Diff line number Diff line change @@ -139,8 +139,8 @@ environment is set up properly::
139
139
140
140
.. note ::
141
141
142
- **Additional dependencies for testing **: pytest _ (version 3.0 or later),
143
- mock _ (if python < 3.3 ), Ghostscript _, Inkscape _
142
+ **Additional dependencies for testing **: pytest _ (version 3.1 or later),
143
+ mock _ (if Python 2 ), Ghostscript _, Inkscape _
144
144
145
145
.. seealso ::
146
146
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ Requirements
22
22
23
23
The following software is required to run the tests:
24
24
25
- - pytest _ (>=3.0.0 )
26
- - mock _, when running Python versions < 3.3
25
+ - pytest _ (>=3.1 )
26
+ - mock _, when running Python 2
27
27
- Ghostscript _ (to render PDF files)
28
28
- Inkscape _ (to render SVG files)
29
29
Original file line number Diff line number Diff line change @@ -1506,7 +1506,7 @@ def get_install_requires(self):
1506
1506
class Dateutil (SetupPackage ):
1507
1507
name = "dateutil"
1508
1508
1509
- def __init__ (self , version = '>=2.0 ' ):
1509
+ def __init__ (self , version = '>=2.1 ' ):
1510
1510
self .version = version
1511
1511
1512
1512
def check (self ):
You can’t perform that action at this time.
0 commit comments