-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathProject.toml
30 lines (26 loc) · 1.04 KB
/
Project.toml
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
name = "FastBroadcast"
uuid = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
authors = ["Yingbo Ma <[email protected]> and Chris Elrod <[email protected]>"]
version = "0.3.5"
[deps]
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
StrideArraysCore = "7792a7ef-975c-4747-a70f-980b88e8d1da"
[compat]
ArrayInterface = "7"
Polyester = "0.5, 0.6, 0.7"
Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 1"
StaticArrayInterface = "1"
StrideArraysCore = "0.3, 0.4, 0.5"
julia = "1.8"
[extras]
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
PerformanceTestTools = "dc46b164-d16f-48ec-a853-60448fc869fe"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["InteractiveUtils", "MuladdMacro", "PerformanceTestTools", "SparseArrays", "Test"]