Skip to content

Commit b03feac

Browse files
authored
update dependencies and add compat (#47)
1 parent c5c54f8 commit b03feac

File tree

2 files changed

+106
-103
lines changed

2 files changed

+106
-103
lines changed

Manifest.toml

Lines changed: 101 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,275 +1,274 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
[[Adapt]]
3+
manifest_format = "2.0"
4+
5+
[[deps.Adapt]]
46
deps = ["LinearAlgebra"]
57
git-tree-sha1 = "84918055d15b3114ede17ac6a7182f68870c16f7"
68
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
79
version = "3.3.1"
810

9-
[[ArgTools]]
11+
[[deps.ArgTools]]
1012
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
1113
version = "1.1.1"
1214

13-
[[Artifacts]]
15+
[[deps.Artifacts]]
1416
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
1517

16-
[[Base64]]
18+
[[deps.Base64]]
1719
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1820

19-
[[ChainRules]]
21+
[[deps.ChainRules]]
2022
deps = ["ChainRulesCore", "Compat", "LinearAlgebra", "Random", "Statistics"]
21-
git-tree-sha1 = "ea936da06aa64fd556efb8cf5cf328666e058d56"
23+
git-tree-sha1 = "d88340ab502af66cfffc821e70ae72f7dbdce645"
2224
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
23-
version = "1.5.0"
25+
version = "1.11.5"
2426

25-
[[ChainRulesCore]]
27+
[[deps.ChainRulesCore]]
2628
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
27-
git-tree-sha1 = "dfbf58e0e470c2fd70020ae2c34e2f17b9fd1e4c"
29+
git-tree-sha1 = "30ee06de5ff870b45c78f529a6b093b3323256a3"
2830
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
29-
version = "1.2.0"
31+
version = "1.3.1"
3032

31-
[[Combinatorics]]
33+
[[deps.Combinatorics]]
3234
git-tree-sha1 = "08c8b6831dc00bfea825826be0bc8336fc369860"
3335
uuid = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
3436
version = "1.0.2"
3537

36-
[[Compat]]
38+
[[deps.Compat]]
3739
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
38-
git-tree-sha1 = "344f143fa0ec67e47917848795ab19c6a455f32c"
40+
git-tree-sha1 = "6071cb87be6a444ac75fdbf51b8e7273808ce62f"
3941
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
40-
version = "3.32.0"
42+
version = "3.35.0"
4143

42-
[[DataAPI]]
43-
git-tree-sha1 = "ee400abb2298bd13bfc3df1c412ed228061a2385"
44+
[[deps.CompilerSupportLibraries_jll]]
45+
deps = ["Artifacts", "Libdl"]
46+
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
47+
version = "0.5.0+0"
48+
49+
[[deps.DataAPI]]
50+
git-tree-sha1 = "bec2532f8adb82005476c141ec23e921fc20971b"
4451
uuid = "9a962f9c-6df0-11e9-0e5d-c546b8b5ee8a"
45-
version = "1.7.0"
52+
version = "1.8.0"
4653

47-
[[DataStructures]]
54+
[[deps.DataStructures]]
4855
deps = ["Compat", "InteractiveUtils", "OrderedCollections"]
49-
git-tree-sha1 = "4437b64df1e0adccc3e5d1adbc3ac741095e4677"
56+
git-tree-sha1 = "7d9d316f04214f7efdbb6398d545446e246eff02"
5057
uuid = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
51-
version = "0.18.9"
58+
version = "0.18.10"
5259

53-
[[DataValueInterfaces]]
60+
[[deps.DataValueInterfaces]]
5461
git-tree-sha1 = "bfc1187b79289637fa0ef6d4436ebdfe6905cbd6"
5562
uuid = "e2d170a0-9d28-54be-80f0-106bbe20a464"
5663
version = "1.0.0"
5764

58-
[[Dates]]
65+
[[deps.Dates]]
5966
deps = ["Printf"]
6067
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
6168

62-
[[DelimitedFiles]]
69+
[[deps.DelimitedFiles]]
6370
deps = ["Mmap"]
6471
uuid = "8bb1440f-4735-579b-a4ab-409b98df4dab"
6572

66-
[[Distributed]]
73+
[[deps.Distributed]]
6774
deps = ["Random", "Serialization", "Sockets"]
6875
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
6976

70-
[[Downloads]]
77+
[[deps.Downloads]]
7178
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
7279
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
73-
version = "1.4.0"
80+
version = "1.5.1"
7481

75-
[[InteractiveUtils]]
82+
[[deps.InteractiveUtils]]
7683
deps = ["Markdown"]
7784
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
7885

79-
[[IteratorInterfaceExtensions]]
86+
[[deps.IteratorInterfaceExtensions]]
8087
git-tree-sha1 = "a3f24677c21f5bbe9d2a714f95dcd58337fb2856"
8188
uuid = "82899510-4779-5014-852e-03e436cf321d"
8289
version = "1.0.0"
8390

84-
[[JLLWrappers]]
85-
deps = ["Preferences"]
86-
git-tree-sha1 = "642a199af8b68253517b80bd3bfd17eb4e84df6e"
87-
uuid = "692b3bcd-3c85-4b1f-b108-f13ce0eb3210"
88-
version = "1.3.0"
89-
90-
[[LibCURL]]
91+
[[deps.LibCURL]]
9192
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
9293
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
93-
version = "0.6.2"
94+
version = "0.6.3"
9495

95-
[[LibCURL_jll]]
96-
deps = ["Artifacts", "JLLWrappers", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Pkg", "Zlib_jll", "nghttp2_jll"]
96+
[[deps.LibCURL_jll]]
97+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
9798
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
9899
version = "7.73.0+4"
99100

100-
[[LibGit2]]
101+
[[deps.LibGit2]]
101102
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
102103
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
103104

104-
[[LibSSH2_jll]]
105-
deps = ["Artifacts", "JLLWrappers", "Libdl", "MbedTLS_jll", "Pkg"]
105+
[[deps.LibSSH2_jll]]
106+
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
106107
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
107108
version = "1.9.1+2"
108109

109-
[[Libdl]]
110+
[[deps.Libdl]]
110111
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
111112

112-
[[LinearAlgebra]]
113+
[[deps.LinearAlgebra]]
113114
deps = ["Libdl", "libblastrampoline_jll"]
114115
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
115116

116-
[[Logging]]
117+
[[deps.Logging]]
117118
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
118119

119-
[[Markdown]]
120+
[[deps.Markdown]]
120121
deps = ["Base64"]
121122
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
122123

123-
[[MbedTLS_jll]]
124-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
124+
[[deps.MbedTLS_jll]]
125+
deps = ["Artifacts", "Libdl"]
125126
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
126127
version = "2.24.0+2"
127128

128-
[[Missings]]
129+
[[deps.Missings]]
129130
deps = ["DataAPI"]
130-
git-tree-sha1 = "4ea90bd5d3985ae1f9a908bd4500ae88921c5ce7"
131+
git-tree-sha1 = "2ca267b08821e86c5ef4376cffed98a46c2cb205"
131132
uuid = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
132-
version = "1.0.0"
133+
version = "1.0.1"
133134

134-
[[Mmap]]
135+
[[deps.Mmap]]
135136
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
136137

137-
[[MozillaCACerts_jll]]
138-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
138+
[[deps.MozillaCACerts_jll]]
139139
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
140140
version = "2020.7.22"
141141

142-
[[NetworkOptions]]
142+
[[deps.NetworkOptions]]
143143
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
144144
version = "1.2.0"
145145

146-
[[OrderedCollections]]
146+
[[deps.OpenBLAS_jll]]
147+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
148+
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
149+
version = "0.3.13+7"
150+
151+
[[deps.OrderedCollections]]
147152
git-tree-sha1 = "85f8e6578bf1f9ee0d11e7bb1b1456435479d47c"
148153
uuid = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
149154
version = "1.4.1"
150155

151-
[[Pkg]]
156+
[[deps.Pkg]]
152157
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
153158
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
154-
version = "1.6.0"
155-
156-
[[Preferences]]
157-
deps = ["TOML"]
158-
git-tree-sha1 = "00cfd92944ca9c760982747e9a1d0d5d86ab1e5a"
159-
uuid = "21216c6a-2e73-6563-6e65-726566657250"
160-
version = "1.2.2"
159+
version = "1.8.0"
161160

162-
[[Printf]]
161+
[[deps.Printf]]
163162
deps = ["Unicode"]
164163
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
165164

166-
[[REPL]]
165+
[[deps.REPL]]
167166
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
168167
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
169168

170-
[[Random]]
169+
[[deps.Random]]
171170
deps = ["Serialization"]
172171
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
173172

174-
[[SHA]]
173+
[[deps.SHA]]
175174
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
176175

177-
[[Serialization]]
176+
[[deps.Serialization]]
178177
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
179178

180-
[[SharedArrays]]
179+
[[deps.SharedArrays]]
181180
deps = ["Distributed", "Mmap", "Random", "Serialization"]
182181
uuid = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
183182

184-
[[Sockets]]
183+
[[deps.Sockets]]
185184
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
186185

187-
[[SortingAlgorithms]]
186+
[[deps.SortingAlgorithms]]
188187
deps = ["DataStructures"]
189188
git-tree-sha1 = "b3363d7460f7d098ca0912c69b082f75625d7508"
190189
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
191190
version = "1.0.1"
192191

193-
[[SparseArrays]]
192+
[[deps.SparseArrays]]
194193
deps = ["LinearAlgebra", "Random"]
195194
uuid = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
196195

197-
[[StaticArrays]]
196+
[[deps.StaticArrays]]
198197
deps = ["LinearAlgebra", "Random", "Statistics"]
199-
git-tree-sha1 = "745914ebcd610da69f3cb6bf76cb7bb83dcb8c9a"
198+
git-tree-sha1 = "3240808c6d463ac46f1c1cd7638375cd22abbccb"
200199
uuid = "90137ffa-7385-5640-81b9-e52037218182"
201-
version = "1.2.4"
200+
version = "1.2.12"
202201

203-
[[Statistics]]
202+
[[deps.Statistics]]
204203
deps = ["LinearAlgebra", "SparseArrays"]
205204
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
206205

207-
[[StatsAPI]]
206+
[[deps.StatsAPI]]
208207
git-tree-sha1 = "1958272568dc176a1d881acb797beb909c785510"
209208
uuid = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
210209
version = "1.0.0"
211210

212-
[[StatsBase]]
211+
[[deps.StatsBase]]
213212
deps = ["DataAPI", "DataStructures", "LinearAlgebra", "Missings", "Printf", "Random", "SortingAlgorithms", "SparseArrays", "Statistics", "StatsAPI"]
214-
git-tree-sha1 = "2f6792d523d7448bbe2fec99eca9218f06cc746d"
213+
git-tree-sha1 = "8cbbc098554648c84f79a463c9ff0fd277144b6c"
215214
uuid = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
216-
version = "0.33.8"
215+
version = "0.33.10"
217216

218-
[[StructArrays]]
217+
[[deps.StructArrays]]
219218
deps = ["Adapt", "DataAPI", "StaticArrays", "Tables"]
220-
git-tree-sha1 = "000e168f5cc9aded17b6999a560b7c11dda69095"
219+
git-tree-sha1 = "1700b86ad59348c0f9f68ddc95117071f947072d"
221220
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
222-
version = "0.6.0"
221+
version = "0.6.1"
223222

224-
[[TOML]]
223+
[[deps.TOML]]
225224
deps = ["Dates"]
226225
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
227226
version = "1.0.0"
228227

229-
[[TableTraits]]
228+
[[deps.TableTraits]]
230229
deps = ["IteratorInterfaceExtensions"]
231230
git-tree-sha1 = "c06b2f539df1c6efa794486abfb6ed2022561a39"
232231
uuid = "3783bdb8-4a98-5b6b-af9a-565f29a5fe9c"
233232
version = "1.0.1"
234233

235-
[[Tables]]
234+
[[deps.Tables]]
236235
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"]
237-
git-tree-sha1 = "d0c690d37c73aeb5ca063056283fde5585a41710"
236+
git-tree-sha1 = "368d04a820fe069f9080ff1b432147a6203c3c89"
238237
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
239-
version = "1.5.0"
238+
version = "1.5.1"
240239

241-
[[Tar]]
240+
[[deps.Tar]]
242241
deps = ["ArgTools", "SHA"]
243242
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
244-
version = "1.9.1"
243+
version = "1.10.0"
245244

246-
[[Test]]
245+
[[deps.Test]]
247246
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
248247
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
249248

250-
[[UUIDs]]
249+
[[deps.UUIDs]]
251250
deps = ["Random", "SHA"]
252251
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
253252

254-
[[Unicode]]
253+
[[deps.Unicode]]
255254
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
256255

257-
[[Zlib_jll]]
258-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
256+
[[deps.Zlib_jll]]
257+
deps = ["Libdl"]
259258
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
260259
version = "1.2.12+1"
261260

262-
[[libblastrampoline_jll]]
263-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
261+
[[deps.libblastrampoline_jll]]
262+
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
264263
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
265-
version = "3.0.4+0"
264+
version = "3.1.0+0"
266265

267-
[[nghttp2_jll]]
268-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
266+
[[deps.nghttp2_jll]]
267+
deps = ["Artifacts", "Libdl"]
269268
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
270269
version = "1.41.0+1"
271270

272-
[[p7zip_jll]]
273-
deps = ["Artifacts", "JLLWrappers", "Libdl", "Pkg"]
271+
[[deps.p7zip_jll]]
272+
deps = ["Artifacts", "Libdl"]
274273
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
275274
version = "16.2.1+1"

Project.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1515
[compat]
1616
ChainRules = "1.5"
1717
ChainRulesCore = "1.2"
18-
julia = "1"
18+
Combinatorics = "1"
19+
StaticArrays = "1"
20+
StatsBase = "0.33"
21+
StructArrays = "0.6"
22+
julia = "1.7"
1923

2024
[extras]
2125
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

0 commit comments

Comments
 (0)