Skip to content

Commit b52b2c2

Browse files
committed
project upd
1 parent 8789c27 commit b52b2c2

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

Project.toml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version = "0.1.0"
66
[deps]
77
BSplineKit = "093aae92-e908-43d7-9660-e50ee39d5a0a"
88
Bonito = "824d6782-a2ef-11e9-3a09-e5662e0c26f8"
9+
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
910
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
1011
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
1112
DataFramesMeta = "1313f7d8-7da2-5740-9ea0-a2ca25f37964"
@@ -25,20 +26,21 @@ UnfoldSim = "ed8ae6d2-84d3-44c6-ab46-0baf21700804"
2526
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
2627

2728
[compat]
28-
Bonito = "4"
29-
BSplineKit = "0.17, 0.18"
30-
Colors = "0.12, 0.13"
29+
BSplineKit = "0.17, 0.18"
30+
Bonito = "4"
31+
ColorTypes = "0.12.0"
32+
Colors = "0.12, 0.13"
3133
DataFrames = "1"
3234
DataFramesMeta = "0.15"
33-
GeometryBasics = "0.4, 0.5"
34-
JuliaFormatter = "1"
35+
GeometryBasics = "0.4, 0.5"
36+
JuliaFormatter = "1"
3537
Makie = "0.21, 0.22"
36-
MakieCore = "0.9"
37-
StatsBase = "0.34"
38-
StatsModels = "0.7"
39-
Test = "1.11"
40-
TopoPlots = "0.2"
41-
Unfold = "0.7, 0.8"
42-
UnfoldMakie = "0.5"
43-
UnfoldSim = "0.4"
38+
MakieCore = "0.9"
39+
StatsBase = "0.34"
40+
StatsModels = "0.7"
41+
Test = "1.11"
42+
TopoPlots = "0.2"
43+
Unfold = "0.7, 0.8"
44+
UnfoldMakie = "0.5"
45+
UnfoldSim = "0.4"
4446
WGLMakie = "0.10, 0.11"

0 commit comments

Comments
 (0)