Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitdd61ed1

Browse files
committed
MNT: bump minimum python-dateutil version to 2.7
This was release in March 2018 and is the first version ofpython-dateutil that does not have deprecation warnings due to thecollections -> collections.abc change in CPython.
1 parentc30f762 commitdd61ed1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎INSTALL.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ Matplotlib requires the following dependencies:
147147
* `NumPy<https://numpy.org>`_ (>= 1.15)
148148
* `setuptools<https://setuptools.readthedocs.io/en/latest/>`_
149149
* `cycler<https://matplotlib.org/cycler/>`_ (>= 0.10.0)
150-
* `dateutil<https://pypi.org/project/python-dateutil>`_ (>= 2.1)
150+
* `dateutil<https://pypi.org/project/python-dateutil>`_ (>= 2.7)
151151
* `kiwisolver<https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
152152
* `Pillow<https://pillow.readthedocs.io/en/latest/>`_ (>= 6.2)
153153
* `pyparsing<https://pypi.org/project/pyparsing/>`_ (>=2.0.3)
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Extra pip requirements for thefirst travispython 3.6 build
1+
# Extra pip requirements for theminimum-version travisrun
22

33
cycler==0.10
4-
python-dateutil==2.1
4+
python-dateutil==2.7
55
numpy==1.15.0
66
pyparsing==2.0.3

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def build_extensions(self):
283283
"numpy>=1.15",
284284
"pillow>=6.2.0",
285285
"pyparsing>=2.0.3,!=2.0.4,!=2.1.2,!=2.1.6",
286-
"python-dateutil>=2.1",
286+
"python-dateutil>=2.7",
287287
],
288288

289289
cmdclass=cmdclass,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp