Skip to content

Commit 85bea8f

Browse files
committed
remove: UM from dependencies
1 parent ed22a88 commit 85bea8f

File tree

4 files changed

+1
-5
lines changed

4 files changed

+1
-5
lines changed

Project.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
1919
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2020
TopoPlots = "2bdbdf9c-dbd8-403f-947b-1a4e0dd41a7a"
2121
Unfold = "181c99d8-e21b-4ff3-b70b-c233eddec679"
22-
UnfoldMakie = "69a5ce3b-64fb-4f22-ae69-36dd4416af2a"
2322
UnfoldSim = "ed8ae6d2-84d3-44c6-ab46-0baf21700804"
2423
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
2524

@@ -38,6 +37,5 @@ StatsModels = "0.7"
3837
Test = "1.11"
3938
TopoPlots = "0.2"
4039
Unfold = "0.7, 0.8"
41-
UnfoldMakie = "0.5"
4240
UnfoldSim = "0.4"
4341
WGLMakie = "0.10, 0.11"

old/main.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ pkg"precompile"
1414

1515
using BSplineKit
1616
using Unfold
17-
using UnfoldMakie
1817
using UnfoldSim
1918
using WGLMakie
2019
using JSServe

src/ERPExplorer.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import Makie.SpecApi as S
66

77
using BSplineKit
88
using Unfold
9-
using UnfoldMakie
109
using WGLMakie
1110
using Bonito
1211
using Random

src/widgets_long.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function topoplot_widget(positions, channel_chosen; size = ())
9595
positions = positions,
9696
colorrange = colorrange,
9797
colormap = colormap,
98-
interpolation = UnfoldMakie.NullInterpolator(),
98+
interpolation = TopoPlots.NullInterpolator(),
9999
figure = (; size = size),
100100
axis = (; xzoomlock = true, yzoomlock = true, xrectzoom = false, yrectzoom = false),
101101
label_scatter = (; strokecolor = :black, strokewidth = 1.0, markersize = 20.0),

0 commit comments

Comments
 (0)