File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ Matplotlib requires a large number of dependencies:
178
178
* `Python <https://www.python.org/downloads/ >`_ (>= 2.7 or >= 3.4)
179
179
* `NumPy <http://www.numpy.org >`_ (>= |minimum_numpy_version |)
180
180
* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`__
181
- * dateutil (>= 1.1 )
181
+ * ` dateutil < https://pypi.python.org/pypi/python-dateutil >`_ (>= 2.0 )
182
182
* `pyparsing <https://pyparsing.wikispaces.com/ >`__
183
183
* `libpng <http://www.libpng.org >`__ (>= 1.2)
184
184
* `pytz <http://pytz.sourceforge.net/ >`__
@@ -190,6 +190,7 @@ Matplotlib requires a large number of dependencies:
190
190
* `subprocess32 <https://pypi.python.org/pypi/subprocess32/ >`_ (for Python
191
191
2.7 only, on Linux and macOS only)
192
192
193
+
193
194
Optionally, you can also install a number of packages to enable better user
194
195
interface toolkits. See :ref: `what-is-a-backend ` for more details on the
195
196
optional Matplotlib backends and the capabilities they provide.
Original file line number Diff line number Diff line change @@ -1507,7 +1507,7 @@ def get_install_requires(self):
1507
1507
class Dateutil (SetupPackage ):
1508
1508
name = "dateutil"
1509
1509
1510
- def __init__ (self , version = None ):
1510
+ def __init__ (self , version = '>=2.0' ):
1511
1511
self .version = version
1512
1512
1513
1513
def check (self ):
You can’t perform that action at this time.
0 commit comments