Skip to content

Commit 693def7

Browse files
committed
Merge pull request #478 from kyleam/remove-mpl-agg-init
Revert "Experimenting with import order"
2 parents 73d32af + 6f4b4a9 commit 693def7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pymc/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
__version__ = "3.0"
2-
import matplotlib
3-
matplotlib.use('Agg')
42

53
from .core import *
64
from .distributions import *

0 commit comments

Comments
 (0)