Skip to content

Commit

Permalink
Merge pull request #105 from njzjz/qhull
Browse files Browse the repository at this point in the history
fix: avoid qhull library error
  • Loading branch information
njzjz authored Feb 12, 2019
2 parents 35e718b + 28f268f commit c737441
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reacnetgenerator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

import matplotlib as mpl
mpl.use("svg") # noqa
import networkx # avoid qhull library error

from . import _logging
from ._version import __version__
Expand Down

0 comments on commit c737441

Please sign in to comment.