forked from EnzymeAD/Reactant.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
43 lines (38 loc) · 1.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
name = "Reactant"
uuid = "3c362404-f566-11ee-1572-e11a4b42c853"
authors = [
"William Moses <[email protected]>",
"Valentin Churavy <[email protected]>",
"Sergio Sánchez Ramírez <[email protected]>",
"Paul Berg <[email protected]>",
]
version = "0.1.8"
[deps]
CEnum = "fa961155-64e5-5f13-b03f-caf6b980ea82"
Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
Preferences = "21216c6a-2e73-6563-6e65-726566657250"
Reactant_jll = "0192cb87-2b54-54ad-80e0-3be72ad8a3c0"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
[extensions]
ReactantAdaptExt = "Adapt"
ReactantArrayInterfaceExt = "ArrayInterface"
ReactantNNlibExt = "NNlib"
[compat]
Adapt = "4"
ArrayInterface = "7.10"
CEnum = "0.4, 0.5"
Enzyme = "0.11, 0.12"
NNlib = "0.9"
PackageExtensionCompat = "1"
Preferences = "1.4"
Reactant_jll = "0.0.12"
julia = "1.9"
[extras]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"