-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathProject.toml
More file actions
37 lines (31 loc) · 872 Bytes
/
Project.toml
File metadata and controls
37 lines (31 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
name = "AllocArrays"
uuid = "5c00bae2-1499-4716-9206-27f63fd08a44"
authors = ["Eric P. Hanson"]
version = "1.1.0"
[deps]
Bumper = "8ce10254-0962-460f-a3d8-1f77fea1446e"
ConcurrentUtilities = "f0e56b4a-5159-44fe-b623-3e5288b988bb"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ScopedValues = "7e506255-f358-4e82-b7e4-beb19740aa63"
[compat]
Adapt = "4.3.0"
Aqua = "0.8"
Bumper = "0.7"
ConcurrentUtilities = "2.2.1"
PrecompileTools = "1.2"
ScopedValues = "1"
Random = "1"
Test = "1"
Flux = "0.16"
julia = "1.10"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
[extensions]
AdaptExt = "Adapt"
[extras]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Adapt", "Aqua", "Flux", "Random", "Test"]