Skip to content

Commit

Permalink
[setup] Add matplotlib>=1.4 as requirement (fixes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidMStraub committed Sep 20, 2016
1 parent 98ff018 commit 6232a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
install_requires=['numpy', 'scipy>=0.14', 'setuptools>=3.3', 'pyyaml', 'mpmath'],
extras_require={
'testing': ['nose'],
'plotting': ['matplotlib'],
'plotting': ['matplotlib>=1.4'],
'sampling': ['pypmc>=1.1', 'emcee']},
)

0 comments on commit 6232a1b

Please sign in to comment.