-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
61 lines (55 loc) · 2.19 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
name = "ComradeBase"
uuid = "6d8c423b-a35f-4ef1-850c-862fe21f82c4"
authors = ["Paul Tiede <[email protected]> and contributors"]
version = "0.8.7"
[deps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
PolarizedTypes = "d3c5d4cd-a8ee-40d6-aac7-e34df5a20044"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
[extensions]
ComradeBaseAdaptExt = "Adapt"
ComradeBaseEnzymeExt = "Enzyme"
ComradeBaseKernelAbstractionsExt = "KernelAbstractions"
ComradeBaseOhMyThreadsExt = "OhMyThreads"
ComradeBasePolyesterExt = "Polyester"
[compat]
Adapt = "4"
DimensionalData = "0.27, 0.28, 0.29"
DocStringExtensions = "0.8, 0.9"
Enzyme = "0.12, 0.13"
EnzymeCore = "0.7, 0.8"
KernelAbstractions = "0.9"
OhMyThreads = "0.5, 0.6, 0.7"
PolarizedTypes = "0.1"
Polyester = "0.7"
PrecompileTools = "1"
Reexport = "1"
StaticArrays = "1"
StructArrays = "0.6, 0.7"
julia = "1.6"
[extras]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRulesTestUtils = "cdddcdb0-9152-4a09-a978-84456f9df70a"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
FiniteDifferences = "26cc04aa-876d-5657-8c51-4c34ba976000"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
OhMyThreads = "67456a42-1dca-4109-a031-0a68de7e3ad5"
Pyehtim = "3d61700d-6e5b-419a-8e22-9c066cf00468"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Adapt", "ChainRulesTestUtils", "Enzyme", "FiniteDifferences", "KernelAbstractions", "JET", "OhMyThreads", "Polyester", "Pyehtim", "StaticArrays", "StructArrays", "Test"]