Skip to content

Commit 6d5eb0c

Browse files
committed
matplotlib debug
1 parent d9b77f8 commit 6d5eb0c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

bfdc/xcorr.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import numpy as np
2+
import matplotlib as mpl
3+
mpl.use('TkAgg')
24
import matplotlib.pyplot as plt
35
from skimage.feature import match_template
46
import logging

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
'pillow>5.1',
1010
'numpy',
1111
'scipy',
12-
'matplotlib<2.2.3',
12+
'matplotlib',
1313
'read-roi',
1414
'imreg_dft'
1515
],

0 commit comments

Comments
 (0)