We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9b77f8 commit 6d5eb0cCopy full SHA for 6d5eb0c
bfdc/xcorr.py
@@ -1,4 +1,6 @@
1
import numpy as np
2
+import matplotlib as mpl
3
+mpl.use('TkAgg')
4
import matplotlib.pyplot as plt
5
from skimage.feature import match_template
6
import logging
setup.py
@@ -9,7 +9,7 @@
9
'pillow>5.1',
10
'numpy',
11
'scipy',
12
- 'matplotlib<2.2.3',
+ 'matplotlib',
13
'read-roi',
14
'imreg_dft'
15
],
0 commit comments