Skip to content

Commit 38801b6

Browse files
committed
Update probeinterface version
1 parent de47f63 commit 38801b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/spikeinterface/widgets/unit_waveforms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ def plot_matplotlib(self, data_plot, **backend_kwargs):
386386
if dp.plot_channels:
387387
from probeinterface import __version__ as pi_version
388388

389-
if parse(pi_version) >= parse("0.2.27"):
389+
if parse(pi_version) >= parse("0.2.28"):
390390
from probeinterface.plotting import create_probe_polygons
391391

392392
probe = dp.sorting_analyzer_or_templates.get_probe()

0 commit comments

Comments
 (0)