We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9183ffb commit 50265dcCopy full SHA for 50265dc
.travis.yml
@@ -44,7 +44,7 @@ matrix:
44
# Absolute minimum dependencies plus oldest MPL
45
- python: 3.5
46
env:
47
- - DEPENDS="-r min-requirements.txt matplotlib==1.5.2"
+ - DEPENDS="-r min-requirements.txt matplotlib==1.5.3"
48
# Minimum pydicom dependency
49
50
setup.cfg
@@ -48,7 +48,7 @@ dev =
gitpython
twine
doc =
51
- matplotlib >= 1.5.2
+ matplotlib >= 1.5.3
52
numpydoc
53
sphinx >=0.3
54
texext
0 commit comments