-
Notifications
You must be signed in to change notification settings - Fork 5
/
Project.toml
90 lines (84 loc) · 3.12 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
name = "Sophon"
uuid = "077df616-1c15-4d29-b519-7542a62df138"
authors = ["YichengDWu <[email protected]> and contributors"]
version = "0.5.0"
[deps]
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ChainRulesCore = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GPUArraysCore = "46192b85-c4d5-4398-a991-12ede77f4527"
LRUCache = "8ac3fa9e-de4c-5943-b1dc-09c6b5f20637"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
NNlib = "872c559c-99b0-510c-b3b7-b6c96a88d5cd"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
OptimizationOptimisers = "42dfb2eb-d2b4-4451-abcd-913932933ac1"
PackageExtensionCompat = "65ce6f38-6b18-4e1d-a461-8949797d7930"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressBars = "49802e3a-d2f1-5c88-81d8-b72133a6f568"
QuasiMonteCarlo = "8a4e6c94-4038-4cdc-81c3-7e6ffdb2a71b"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
RuntimeGeneratedFunctions = "7e49a35a-f44a-4d26-94aa-eba1b4ca6b47"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Sobol = "ed01d8cd-4d21-5b2a-85b4-cc3bdc58bad4"
StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
[weakdeps]
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
[extensions]
SophonLuxCUDAExt = "LuxCUDA"
SophonOptimisersExt = "Optimisers"
SophonTaylorDiffExt = "TaylorDiff"
SophonTaylorDiffLuxCUDAExt = ["TaylorDiff", "LuxCUDA"]
[compat]
Adapt = "3, 4"
ChainRulesCore = "1"
ComponentArrays = "0.15"
Distributions = "0.25"
DomainSets = "0.5, 0.6, 0.7"
ForwardDiff = "0.10"
GPUArraysCore = "0.1"
LRUCache = "1"
Lux = "0.5.6"
LuxCUDA = "0.3"
MacroTools = "0.5"
Memoize = "0.4"
ModelingToolkit = "8, 9"
NNlib = "0.8, 0.9"
Optimisers = "0.2, 0.3"
Optimization = "3"
OptimizationOptimisers = "0.1, 0.2"
PackageExtensionCompat = "1"
ProgressBars = "1.5"
QuasiMonteCarlo = "0.2, 0.3"
Requires = "1"
RuntimeGeneratedFunctions = "0.5"
SciMLBase = "2"
Sobol = "1, 2"
StaticArraysCore = "1"
StatsBase = "0.33, 0.34"
Symbolics = "5"
TaylorDiff = "0.2"
julia = "1.8"
[extras]
DomainSets = "5b8099bc-c8ec-5219-889f-1d9e522a28bf"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
ModelingToolkit = "961ee093-0014-501f-94e3-6117800e7a78"
Optimisers = "3bd65402-5787-11e9-1adc-39752487f4e2"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
TaylorDiff = "b36ab563-344f-407b-a36a-4f200bebf99c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
[targets]
test = ["Test", "Zygote", "ModelingToolkit", "DomainSets", "OptimizationOptimJL", "TaylorDiff"]