Skip to content

Commit 3c0642c

Browse files
Changes to manifest
1 parent 952e1ed commit 3c0642c

File tree

1 file changed

+42
-12
lines changed

1 file changed

+42
-12
lines changed

Manifest.toml

Lines changed: 42 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ version = "1.2.1"
88

99
[[Adapt]]
1010
deps = ["LinearAlgebra"]
11-
git-tree-sha1 = "0310e08cb19f5da31d08341c6120c047598f5b9c"
11+
git-tree-sha1 = "195c5505521008abea5aee4f96930717958eac6f"
1212
uuid = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
13-
version = "3.5.0"
13+
version = "3.4.0"
1414

1515
[[ArgTools]]
1616
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
17+
version = "1.1.1"
1718

1819
[[Artifacts]]
1920
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
@@ -58,9 +59,9 @@ version = "1.15.7"
5859

5960
[[ChangesOfVariables]]
6061
deps = ["ChainRulesCore", "LinearAlgebra", "Test"]
61-
git-tree-sha1 = "844b061c104c408b24537482469400af6075aae4"
62+
git-tree-sha1 = "38f7a08f19d8810338d4f5085211c7dfa5d5bdd8"
6263
uuid = "9e997f8a-9a97-42d5-a9f1-ce6bfc15e2c0"
63-
version = "0.1.5"
64+
version = "0.1.4"
6465

6566
[[Compat]]
6667
deps = ["Dates", "LinearAlgebra", "UUIDs"]
@@ -71,6 +72,7 @@ version = "4.5.0"
7172
[[CompilerSupportLibraries_jll]]
7273
deps = ["Artifacts", "Libdl"]
7374
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
75+
version = "0.5.2+0"
7476

7577
[[Dates]]
7678
deps = ["Printf"]
@@ -83,23 +85,27 @@ uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
8385
version = "0.9.3"
8486

8587
[[Downloads]]
86-
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
88+
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
8789
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
90+
version = "1.6.0"
8891

8992
[[ExprTools]]
9093
git-tree-sha1 = "56559bbef6ca5ea0c0818fa5c90320398a6fbf8d"
9194
uuid = "e2ba6199-217a-4e67-a87a-7c52f15ade04"
9295
version = "0.1.8"
9396

97+
[[FileWatching]]
98+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
99+
94100
[[GPUArrays]]
95101
deps = ["Adapt", "GPUArraysCore", "LLVM", "LinearAlgebra", "Printf", "Random", "Reexport", "Serialization", "Statistics"]
96-
git-tree-sha1 = "494f1e456000c00c93dde79b38094e023f639dac"
102+
path = "C:\\Users\\evely\\.julia\\dev\\GPUArrays"
97103
uuid = "0c68f7d7-f131-5f86-a1c3-88cf8149b2d7"
98-
version = "8.6.1"
104+
version = "8.6.2"
99105

100106
[[GPUArraysCore]]
101107
deps = ["Adapt"]
102-
git-tree-sha1 = "57f7cde02d7a53c9d1d28443b9f11ac5fbe7ebc9"
108+
path = "../GPUArrays/lib/GPUArraysCore"
103109
uuid = "46192b85-c4d5-4398-a991-12ede77f4527"
104110
version = "0.1.3"
105111

@@ -149,10 +155,12 @@ uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
149155
[[LibCURL]]
150156
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
151157
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
158+
version = "0.6.3"
152159

153160
[[LibCURL_jll]]
154161
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
155162
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
163+
version = "7.84.0+0"
156164

157165
[[LibGit2]]
158166
deps = ["Base64", "NetworkOptions", "Printf", "SHA"]
@@ -161,19 +169,20 @@ uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
161169
[[LibSSH2_jll]]
162170
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
163171
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
172+
version = "1.10.2+0"
164173

165174
[[Libdl]]
166175
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
167176

168177
[[LinearAlgebra]]
169-
deps = ["Libdl"]
178+
deps = ["Libdl", "libblastrampoline_jll"]
170179
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
171180

172181
[[LogExpFunctions]]
173182
deps = ["ChainRulesCore", "ChangesOfVariables", "DocStringExtensions", "InverseFunctions", "IrrationalConstants", "LinearAlgebra"]
174-
git-tree-sha1 = "45b288af6956e67e621c5cbb2d75a261ab58300b"
183+
git-tree-sha1 = "946607f84feb96220f480e0422d3484c49c00239"
175184
uuid = "2ab3a3ac-af41-5b50-aa03-7779005ae688"
176-
version = "0.3.20"
185+
version = "0.3.19"
177186

178187
[[Logging]]
179188
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
@@ -185,16 +194,25 @@ uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
185194
[[MbedTLS_jll]]
186195
deps = ["Artifacts", "Libdl"]
187196
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
197+
version = "2.28.0+0"
188198

189199
[[MozillaCACerts_jll]]
190200
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
201+
version = "2022.2.1"
191202

192203
[[NetworkOptions]]
193204
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
205+
version = "1.2.0"
206+
207+
[[OpenBLAS_jll]]
208+
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
209+
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
210+
version = "0.3.20+0"
194211

195212
[[OpenLibm_jll]]
196213
deps = ["Artifacts", "Libdl"]
197214
uuid = "05823500-19ac-5b8b-9628-191a04bc5112"
215+
version = "0.8.1+0"
198216

199217
[[OpenSpecFun_jll]]
200218
deps = ["Artifacts", "CompilerSupportLibraries_jll", "JLLWrappers", "Libdl", "Pkg"]
@@ -205,6 +223,7 @@ version = "0.5.5+0"
205223
[[Pkg]]
206224
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
207225
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
226+
version = "1.8.0"
208227

209228
[[Preferences]]
210229
deps = ["TOML"]
@@ -221,7 +240,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
221240
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
222241

223242
[[Random]]
224-
deps = ["Serialization"]
243+
deps = ["SHA", "Serialization"]
225244
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
226245

227246
[[Random123]]
@@ -249,6 +268,7 @@ version = "1.3.0"
249268

250269
[[SHA]]
251270
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
271+
version = "0.7.0"
252272

253273
[[Serialization]]
254274
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
@@ -273,10 +293,12 @@ uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
273293
[[TOML]]
274294
deps = ["Dates"]
275295
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
296+
version = "1.0.0"
276297

277298
[[Tar]]
278299
deps = ["ArgTools", "SHA"]
279300
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
301+
version = "1.10.0"
280302

281303
[[Test]]
282304
deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
@@ -298,11 +320,19 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
298320
[[Zlib_jll]]
299321
deps = ["Libdl"]
300322
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
323+
version = "1.2.12+3"
324+
325+
[[libblastrampoline_jll]]
326+
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
327+
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
328+
version = "5.1.1+0"
301329

302330
[[nghttp2_jll]]
303331
deps = ["Artifacts", "Libdl"]
304332
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
333+
version = "1.48.0+0"
305334

306335
[[p7zip_jll]]
307336
deps = ["Artifacts", "Libdl"]
308337
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
338+
version = "17.4.0+0"

0 commit comments

Comments
 (0)