Skip to content

Commit

Permalink
Merge branch 'dev' into feature/experimental-fcs
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgigante committed Mar 2, 2019
2 parents 378dbd3 + 1eef6f4 commit e2ceda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scprep/plot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@decorator
def _with_matplotlib(fun, *args, **kwargs):
try:
assert int(matplotlib.__version__[0]) >= 3
assert int(mpl.__version__[0]) >= 3
except (NameError, AssertionError):
raise ImportError(
"matplotlib>=3.0 not found. "
Expand Down

0 comments on commit e2ceda6

Please sign in to comment.