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 38137a6

Browse filesBrowse files
committed
BLD: bump minimum dateutil to 2.0
- we had it documented as >= 1.1 - were not checking in setup.py - the minimum version available on pypi is 1.5 - 2.0 is the first version that support python3 - 2.0 is > 5 years old - debian versions - wheezy (oldoldstable) has 1.5 - jessie (oldstable) has 2.2
1 parent 54adb36 commit 38137a6
Copy full SHA for 38137a6

File tree

Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-2
lines changed

‎INSTALL.rst

Copy file name to clipboardExpand all lines: INSTALL.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ Matplotlib requires a large number of dependencies:
178178
* `Python <https://www.python.org/downloads/>`_ (>= 2.7 or >= 3.4)
179179
* `NumPy <http://www.numpy.org>`_ (>= |minimum_numpy_version|)
180180
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`__
181-
* dateutil (>= 1.1)
181+
* `dateutil <https://pypi.python.org/pypi/python-dateutil>`_ (>= 2.0)
182182
* `pyparsing <https://pyparsing.wikispaces.com/>`__
183183
* `libpng <http://www.libpng.org>`__ (>= 1.2)
184184
* `pytz <http://pytz.sourceforge.net/>`__
@@ -190,6 +190,7 @@ Matplotlib requires a large number of dependencies:
190190
* `subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_ (for Python
191191
2.7 only, on Linux and macOS only)
192192

193+
193194
Optionally, you can also install a number of packages to enable better user
194195
interface toolkits. See :ref:`what-is-a-backend` for more details on the
195196
optional Matplotlib backends and the capabilities they provide.

‎setupext.py

Copy file name to clipboardExpand all lines: setupext.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1507,7 +1507,7 @@ def get_install_requires(self):
15071507
class Dateutil(SetupPackage):
15081508
name = "dateutil"
15091509

1510-
def __init__(self, version=None):
1510+
def __init__(self, version='>=2.0'):
15111511
self.version = version
15121512

15131513
def check(self):

0 commit comments

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