Skip to content

Commit

Permalink
Pin upper bound of matplotlib to <2.2. Fixes bastula#122.
Browse files Browse the repository at this point in the history
This is due to contour generation module being deprecated in later versions of matplotlib.
  • Loading branch information
bastula committed Jan 6, 2020
1 parent 5a3e280 commit 3cc5290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dicompyler-core[image]>=0.5.2
wxPython>=4.0.0b2
matplotlib>=1.3
matplotlib>=1.3,<2.2
numpy>=1.13.1
https://github.com/darcymason/pydicom/archive/master.zip
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

requires = [
'matplotlib>=1.3.0',
'matplotlib>=1.3.0,<2.2',
'numpy>=1.2.1',
'pillow>=1.0',
'dicompyler-core>=0.5.2',
Expand Down

0 comments on commit 3cc5290

Please sign in to comment.