We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea14349 commit d07d128Copy full SHA for d07d128
1 file changed
Project.toml
@@ -34,7 +34,9 @@ Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
34
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
35
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
36
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
37
+Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
38
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
39
+XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
40
41
[weakdeps]
42
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
@@ -74,9 +76,11 @@ Reexport = "1.2.2"
74
76
Serialization = "1.11.0"
75
77
SpecialFunctions = "2.5.0"
78
Statistics = "1.11.1"
79
+Tables = "1.12.1"
80
TestItemRunner = "1.1.0"
81
UUIDs = "1.11.0"
82
WGLMakie = "0.13"
83
+XLSX = "0.10.4"
84
85
[extras]
86
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
0 commit comments