Skip to content

Commit

Permalink
Merge from 3.x: PR #7166
Browse files Browse the repository at this point in the history
Fixes #6887
  • Loading branch information
ccordoba12 committed May 21, 2018
2 parents f09c67b + dc0354c commit e6ae132
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spyder/plugins/ipythonconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
dependencies.add("IPython", _("IPython interactive python environment"),
required_version=IPYTHON_REQVER)

MATPLOTLIB_REQVER = '>=2.0.0'
dependencies.add("matplotlib", _("Display 2D graphics in the IPython Console"),
required_version=MATPLOTLIB_REQVER, optional=True)

#------------------------------------------------------------------------------
# Existing kernels
#------------------------------------------------------------------------------
Expand Down

0 comments on commit e6ae132

Please sign in to comment.