-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathProject.toml
More file actions
31 lines (29 loc) · 1.05 KB
/
Project.toml
File metadata and controls
31 lines (29 loc) · 1.05 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
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Chairmarks = "0ca39b1e-fe0b-4e98-acfc-b1656634c4de"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
DifferentiationInterface = "a0c0ee7d-e4b9-4e03-894e-1c5f64a51d63"
DifferentiationInterfaceTest = "a82114a7-5aa3-49a8-9643-716bb13727a3"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterInterLinks = "d12716ef-a0f6-4df4-a9f1-a5a34e75c656"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[compat]
ADTypes = "1.18"
BenchmarkTools = "1.6.3"
Chairmarks = "1.2.1"
DataFrames = "1.8.1"
DifferentiationInterface = "0.7.10"
DifferentiationInterfaceTest = "0.11.0"
Documenter = "1"
DocumenterInterLinks = "1.1"
ForwardDiff = "1.2.2"
PrettyTables = "3.1"
Zygote = "0.7.10"
julia = "1.10.10"
[sources]
DifferentiationInterfaceTest = { path = ".." }