-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathProject.toml
More file actions
32 lines (28 loc) · 868 Bytes
/
Project.toml
File metadata and controls
32 lines (28 loc) · 868 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
name = "TaylorDiff"
uuid = "b36ab563-344f-407b-a36a-4f200bebf99c"
authors = ["Songchen Tan <i@tansongchen.com>"]
version = "0.3.5"
[deps]
ChainRules = "082447d4-558c-5d27-93f4-14fc19e9eca2"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[weakdeps]
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[extensions]
TaylorDiffNNlibExt = ["NNlib"]
TaylorDiffSFExt = ["SpecialFunctions"]
TaylorDiffZygoteExt = ["Zygote"]
[compat]
ChainRules = "1"
ChainRulesCore = "1"
MacroTools = "0.5"
NNlib = "0.9"
SpecialFunctions = "2"
SymbolicUtils = "3, 4"
Symbolics = "6, 7"
Zygote = "0.6, 0.7"
julia = "1.10"