-
-
Notifications
You must be signed in to change notification settings - Fork 259
Expand file tree
/
Copy pathProject.toml
More file actions
75 lines (68 loc) · 2.34 KB
/
Project.toml
File metadata and controls
75 lines (68 loc) · 2.34 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
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
name = "StochasticDiffEqCore"
uuid = "19c5a474-6cd1-4a5f-be79-46dc34e54d7f"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
version = "1.1.0"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqNoiseProcess = "77a26b50-5914-5dd7-bc55-306e6241c503"
FastPower = "a4df4552-cc26-4903-aec0-212e50a0e84b"
FiniteDiff = "6a86dc24-6348-571c-b903-95158fe2bd41"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JumpProcesses = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
StochasticDiffEqLevyArea = "90dbc90e-856a-4131-af2c-e8c5aa0f35b5"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SciMLLogging = "a6db7da4-7206-11f0-1eab-35f2a5dbe1d1"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
[extras]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
[sources]
DiffEqBase = {path = "../DiffEqBase"}
[compat]
ADTypes = "1"
Adapt = "3, 4"
ArrayInterface = "6, 7"
DiffEqBase = "6.187"
DiffEqNoiseProcess = "5.13"
FastPower = "1"
FiniteDiff = "2"
ForwardDiff = "0.10.3, 1"
JumpProcesses = "9.13.1"
StochasticDiffEqLevyArea = "1"
LinearAlgebra = "1.10"
Logging = "1.10"
MuladdMacro = "0.2.4"
OrdinaryDiffEqCore = "3.25"
Pkg = "1"
Random = "<0.0.1, 1"
RecursiveArrayTools = "2, 3"
Reexport = "0.2, 1.0"
SciMLBase = "2.146"
SciMLLogging = "1.7.1"
SciMLOperators = "1.15"
SimpleNonlinearSolve = "2"
SparseArrays = "1.10"
StaticArrays = "1.9.14"
Test = "<0.0.1, 1"
SafeTestsets = "0.1.0"
julia = "1.10"
[targets]
test = ["Test", "Pkg", "SafeTestsets"]
[sources.OrdinaryDiffEqCore]
path = "../OrdinaryDiffEqCore"
[sources.StochasticDiffEqLevyArea]
path = "../StochasticDiffEqLevyArea"