-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathProject.toml
36 lines (32 loc) · 1.15 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
name = "BridgeSDEInference"
uuid = "46d747a0-b9e1-11e9-14b5-615c73e45078"
authors = ["Marcin Mider <[email protected]>", "mschauer <[email protected]>"]
version = "0.3.2"
[deps]
Bridge = "2d3116d5-4b8f-5680-861c-71f149790274"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
GaussianDistributions = "43dcc890-d446-5863-8d1a-14597580bb8d"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RollingFunctions = "b0e4dd01-7b14-53d8-9b45-175a3e362653"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[compat]
Bridge = "0.9, 0.10, 0.11"
Distributions = "0.21, 0.22, 0.23"
ForwardDiff = "0.10"
GaussianDistributions = "0.3.2, 0.4"
Interpolations = "0.12"
Parameters = "0"
RollingFunctions = "0.6"
StaticArrays = "0"
Suppressor = "0.1.1"
julia = "1"
[extras]
Suppressor = "fd094767-a336-5f1f-9728-57cf17d0bbfb"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Suppressor"]