Skip to content

Commit 50265dc

Browse files
committed
MNT: Use version 1.5.3 to smooth transition to 3.6
1 parent 9183ffb commit 50265dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ matrix:
4444
# Absolute minimum dependencies plus oldest MPL
4545
- python: 3.5
4646
env:
47-
- DEPENDS="-r min-requirements.txt matplotlib==1.5.2"
47+
- DEPENDS="-r min-requirements.txt matplotlib==1.5.3"
4848
# Minimum pydicom dependency
4949
- python: 3.5
5050
env:

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dev =
4848
gitpython
4949
twine
5050
doc =
51-
matplotlib >= 1.5.2
51+
matplotlib >= 1.5.3
5252
numpydoc
5353
sphinx >=0.3
5454
texext

0 commit comments

Comments
 (0)