-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathProject.toml
More file actions
56 lines (52 loc) · 1.84 KB
/
Project.toml
File metadata and controls
56 lines (52 loc) · 1.84 KB
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
name = "DifferentiationInterfaceTest"
uuid = "a82114a7-5aa3-49a8-9643-716bb13727a3"
authors = ["Guillaume Dalle", "Adrian Hill"]
version = "0.10.4"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[weakdeps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JLArrays = "27aeb0d3-9eb9-45fb-866b-73c2ecf80fcb"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[extensions]
DifferentiationInterfaceTestComponentArraysExt = "ComponentArrays"
DifferentiationInterfaceTestJLArraysExt = "JLArrays"
DifferentiationInterfaceTestStaticArraysExt = "StaticArrays"
[compat]
ADTypes = "1.7.0"
AllocCheck = "0.2"
Chairmarks = "1.2.1"
ComponentArrays = "0.15"
DataFrames = "1.6.1"
DifferentiationInterface = "0.7.7"
DocStringExtensions = "0.8,0.9"
ForwardDiff = "0.10.36,1"
GPUArraysCore = "0.2.0"
JET = "0.9,0.10,0.11"
JLArrays = "0.1,0.2,0.3"
LinearAlgebra = "1"
PrecompileTools = "1.2.1"
ProgressMeter = "1"
Random = "1"
SparseArrays = "1"
StaticArrays = "1.9"
Statistics = "1"
Test = "1"
Zygote = "0.6, 0.7"
julia = "1.10"