-
Notifications
You must be signed in to change notification settings - Fork 63
/
Copy pathProject.toml
47 lines (43 loc) · 1.45 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
name = "LuxCore"
uuid = "bb33d45b-7691-41d6-9220-0943567d0623"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.2.2"
[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DispatchDoctor = "8d63f2c5-f18a-4cf2-ba9d-b3f60fc568c8"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[weakdeps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
EnzymeCore = "f151be2c-9106-41f4-ab19-57ee4f262869"
Functors = "d9f16b24-f501-4c13-a1f2-28368ffc5196"
MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
Reactant = "3c362404-f566-11ee-1572-e11a4b42c853"
ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267"
Setfield = "efcf1570-3423-57d1-acb7-fd33fddbac46"
Tracker = "9f7883ad-71c0-57eb-9f7f-b5c9e6d3789c"
[extensions]
LuxCoreArrayInterfaceReverseDiffExt = ["ArrayInterface", "ReverseDiff"]
LuxCoreArrayInterfaceTrackerExt = ["ArrayInterface", "Tracker"]
LuxCoreChainRulesCoreExt = "ChainRulesCore"
LuxCoreEnzymeCoreExt = "EnzymeCore"
LuxCoreFunctorsExt = "Functors"
LuxCoreMLDataDevicesExt = ["Adapt", "MLDataDevices"]
LuxCoreReactantExt = "Reactant"
LuxCoreSetfieldExt = "Setfield"
[compat]
Adapt = "4.1"
ArrayInterface = "7.9"
ChainRulesCore = "1.24"
Compat = "4.16"
DispatchDoctor = "0.4.10"
EnzymeCore = "0.8.6"
Functors = "0.5"
MLDataDevices = "1.6"
Random = "1.10"
Reactant = "0.2.6"
ReverseDiff = "1.15"
Setfield = "1"
Tracker = "0.2.36"
julia = "1.10"