/ GrothAlgebra / Manifest.toml
Manifest.toml
  1  # This file is machine-generated - editing it directly is not advised
  2  
  3  julia_version = "1.11.7"
  4  manifest_format = "2.0"
  5  project_hash = "2e46d0d3b3ce2859b5352bb34156b6dfaa0d3fd1"
  6  
  7  [[deps.ArgTools]]
  8  uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
  9  version = "1.1.2"
 10  
 11  [[deps.Artifacts]]
 12  uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
 13  version = "1.11.0"
 14  
 15  [[deps.Base64]]
 16  uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
 17  version = "1.11.0"
 18  
 19  [[deps.BenchmarkTools]]
 20  deps = ["Compat", "JSON", "Logging", "Printf", "Profile", "Statistics", "UUIDs"]
 21  git-tree-sha1 = "e38fbc49a620f5d0b660d7f543db1009fe0f8336"
 22  uuid = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
 23  version = "1.6.0"
 24  
 25  [[deps.BitIntegers]]
 26  deps = ["Random"]
 27  git-tree-sha1 = "f98cfeaba814d9746617822032d50a31c9926604"
 28  uuid = "c3b6d118-76ef-56ca-8cc7-ebb389d030a1"
 29  version = "0.3.5"
 30  
 31  [[deps.CodeTracking]]
 32  deps = ["InteractiveUtils", "UUIDs"]
 33  git-tree-sha1 = "062c5e1a5bf6ada13db96a4ae4749a4c2234f521"
 34  uuid = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
 35  version = "1.3.9"
 36  
 37  [[deps.Compat]]
 38  deps = ["TOML", "UUIDs"]
 39  git-tree-sha1 = "0037835448781bb46feb39866934e243886d756a"
 40  uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
 41  version = "4.18.0"
 42  weakdeps = ["Dates", "LinearAlgebra"]
 43  
 44      [deps.Compat.extensions]
 45      CompatLinearAlgebraExt = "LinearAlgebra"
 46  
 47  [[deps.CompilerSupportLibraries_jll]]
 48  deps = ["Artifacts", "Libdl"]
 49  uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
 50  version = "1.1.1+0"
 51  
 52  [[deps.Dates]]
 53  deps = ["Printf"]
 54  uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
 55  version = "1.11.0"
 56  
 57  [[deps.Downloads]]
 58  deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
 59  uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
 60  version = "1.6.0"
 61  
 62  [[deps.FileWatching]]
 63  uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
 64  version = "1.11.0"
 65  
 66  [[deps.InteractiveUtils]]
 67  deps = ["Markdown"]
 68  uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
 69  version = "1.11.0"
 70  
 71  [[deps.JET]]
 72  deps = ["CodeTracking", "InteractiveUtils", "JuliaInterpreter", "JuliaSyntax", "LoweredCodeUtils", "MacroTools", "Pkg", "PrecompileTools", "Preferences", "Test"]
 73  git-tree-sha1 = "c5afee875b8daa022c09cda641c314c325e7d545"
 74  uuid = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
 75  version = "0.9.20"
 76  
 77      [deps.JET.extensions]
 78      JETCthulhuExt = "Cthulhu"
 79      JETReviseExt = "Revise"
 80  
 81      [deps.JET.weakdeps]
 82      Cthulhu = "f68482b8-f384-11e8-15f7-abe071a5a75f"
 83      Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
 84  
 85  [[deps.JSON]]
 86  deps = ["Dates", "Mmap", "Parsers", "Unicode"]
 87  git-tree-sha1 = "31e996f0a15c7b280ba9f76636b3ff9e2ae58c9a"
 88  uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
 89  version = "0.21.4"
 90  
 91  [[deps.JuliaInterpreter]]
 92  deps = ["CodeTracking", "InteractiveUtils", "Random", "UUIDs"]
 93  git-tree-sha1 = "c47892541d03e5dc63467f8964c9f2b415dfe718"
 94  uuid = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
 95  version = "0.9.46"
 96  
 97  [[deps.JuliaSyntax]]
 98  git-tree-sha1 = "937da4713526b96ac9a178e2035019d3b78ead4a"
 99  uuid = "70703baa-626e-46a2-a12c-08ffd08c73b4"
100  version = "0.4.10"
101  
102  [[deps.LibCURL]]
103  deps = ["LibCURL_jll", "MozillaCACerts_jll"]
104  uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
105  version = "0.6.4"
106  
107  [[deps.LibCURL_jll]]
108  deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
109  uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
110  version = "8.6.0+0"
111  
112  [[deps.LibGit2]]
113  deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
114  uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
115  version = "1.11.0"
116  
117  [[deps.LibGit2_jll]]
118  deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
119  uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
120  version = "1.7.2+0"
121  
122  [[deps.LibSSH2_jll]]
123  deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
124  uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
125  version = "1.11.0+1"
126  
127  [[deps.Libdl]]
128  uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
129  version = "1.11.0"
130  
131  [[deps.LinearAlgebra]]
132  deps = ["Libdl", "OpenBLAS_jll", "libblastrampoline_jll"]
133  uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
134  version = "1.11.0"
135  
136  [[deps.Logging]]
137  uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
138  version = "1.11.0"
139  
140  [[deps.LoweredCodeUtils]]
141  deps = ["JuliaInterpreter"]
142  git-tree-sha1 = "39240b5f66956acfa462d7fe12efe08e26d6d70d"
143  uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
144  version = "3.2.2"
145  
146  [[deps.MacroTools]]
147  git-tree-sha1 = "1e0228a030642014fe5cfe68c2c0a818f9e3f522"
148  uuid = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
149  version = "0.5.16"
150  
151  [[deps.Markdown]]
152  deps = ["Base64"]
153  uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
154  version = "1.11.0"
155  
156  [[deps.MbedTLS_jll]]
157  deps = ["Artifacts", "Libdl"]
158  uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
159  version = "2.28.6+0"
160  
161  [[deps.Mmap]]
162  uuid = "a63ad114-7e13-5084-954f-fe012c677804"
163  version = "1.11.0"
164  
165  [[deps.MozillaCACerts_jll]]
166  uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
167  version = "2023.12.12"
168  
169  [[deps.NetworkOptions]]
170  uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
171  version = "1.2.0"
172  
173  [[deps.OpenBLAS_jll]]
174  deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
175  uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
176  version = "0.3.27+1"
177  
178  [[deps.Parsers]]
179  deps = ["Dates", "PrecompileTools", "UUIDs"]
180  git-tree-sha1 = "7d2f8f21da5db6a806faf7b9b292296da42b2810"
181  uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
182  version = "2.8.3"
183  
184  [[deps.Pkg]]
185  deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "Random", "SHA", "TOML", "Tar", "UUIDs", "p7zip_jll"]
186  uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
187  version = "1.11.0"
188  
189      [deps.Pkg.extensions]
190      REPLExt = "REPL"
191  
192      [deps.Pkg.weakdeps]
193      REPL = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
194  
195  [[deps.PrecompileTools]]
196  deps = ["Preferences"]
197  git-tree-sha1 = "5aa36f7049a63a1528fe8f7c3f2113413ffd4e1f"
198  uuid = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
199  version = "1.2.1"
200  
201  [[deps.Preferences]]
202  deps = ["TOML"]
203  git-tree-sha1 = "0f27480397253da18fe2c12a4ba4eb9eb208bf3d"
204  uuid = "21216c6a-2e73-6563-6e65-726566657250"
205  version = "1.5.0"
206  
207  [[deps.Printf]]
208  deps = ["Unicode"]
209  uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
210  version = "1.11.0"
211  
212  [[deps.Profile]]
213  uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
214  version = "1.11.0"
215  
216  [[deps.Random]]
217  deps = ["SHA"]
218  uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
219  version = "1.11.0"
220  
221  [[deps.SHA]]
222  uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
223  version = "0.7.0"
224  
225  [[deps.Serialization]]
226  uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
227  version = "1.11.0"
228  
229  [[deps.StaticArrays]]
230  deps = ["LinearAlgebra", "PrecompileTools", "Random", "StaticArraysCore"]
231  git-tree-sha1 = "cbea8a6bd7bed51b1619658dec70035e07b8502f"
232  uuid = "90137ffa-7385-5640-81b9-e52037218182"
233  version = "1.9.14"
234  
235      [deps.StaticArrays.extensions]
236      StaticArraysChainRulesCoreExt = "ChainRulesCore"
237      StaticArraysStatisticsExt = "Statistics"
238  
239      [deps.StaticArrays.weakdeps]
240      ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
241      Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
242  
243  [[deps.StaticArraysCore]]
244  git-tree-sha1 = "192954ef1208c7019899fbf8049e717f92959682"
245  uuid = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
246  version = "1.4.3"
247  
248  [[deps.Statistics]]
249  deps = ["LinearAlgebra"]
250  git-tree-sha1 = "ae3bb1eb3bba077cd276bc5cfc337cc65c3075c0"
251  uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
252  version = "1.11.1"
253  
254      [deps.Statistics.extensions]
255      SparseArraysExt = ["SparseArrays"]
256  
257      [deps.Statistics.weakdeps]
258      SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
259  
260  [[deps.TOML]]
261  deps = ["Dates"]
262  uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
263  version = "1.0.3"
264  
265  [[deps.Tar]]
266  deps = ["ArgTools", "SHA"]
267  uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
268  version = "1.10.0"
269  
270  [[deps.Test]]
271  deps = ["InteractiveUtils", "Logging", "Random", "Serialization"]
272  uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
273  version = "1.11.0"
274  
275  [[deps.UUIDs]]
276  deps = ["Random", "SHA"]
277  uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
278  version = "1.11.0"
279  
280  [[deps.Unicode]]
281  uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
282  version = "1.11.0"
283  
284  [[deps.Zlib_jll]]
285  deps = ["Libdl"]
286  uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
287  version = "1.2.13+1"
288  
289  [[deps.libblastrampoline_jll]]
290  deps = ["Artifacts", "Libdl"]
291  uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
292  version = "5.11.0+0"
293  
294  [[deps.nghttp2_jll]]
295  deps = ["Artifacts", "Libdl"]
296  uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
297  version = "1.59.0+0"
298  
299  [[deps.p7zip_jll]]
300  deps = ["Artifacts", "Libdl"]
301  uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
302  version = "17.4.0+2"