-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathProject.toml
38 lines (34 loc) · 1.35 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
name = "PiecewiseDeterministicMarkovProcesses"
uuid = "86206cdf-4603-54e0-bd58-22a2dcbf57aa"
authors = ["Romain Veltz <[email protected]>", " Simon Frost <[email protected]>"]
version = "0.0.9"
[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
JumpProcesses = "ccbc3e58-028d-4f4c-8cd5-9ae44345cda5"
LSODA = "7f56f5a3-f504-529b-bc02-0b1fe5e64312"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
PreallocationTools = "d236fae5-4411-538c-8e31-a6e3d9e00b46"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Sundials = "c3572dad-4567-51f8-b174-8c6c989267f4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
ForwardDiff = "0.10"
LSODA = "0.6.2, 0.7"
Parameters = "0.12"
PreallocationTools = "^0.4"
RecursiveArrayTools = "2.8, 2.9, ^3"
Sundials = "4.5, 4.6, 4.7, 4.8, 4.9, ^4"
julia = "1.3, 1.4, 1.5, 1.6, 1.7, 1.8, 1.9, 1.10"
JumpProcesses = "^9.2"
SciMLBase = "^1.59, ^2"
[extras]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "ForwardDiff", "OrdinaryDiffEq", "Random"]