-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
31 lines (26 loc) · 858 Bytes
/
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
name = "ComputationAwareKalman"
uuid = "28881c16-bf71-4ba7-a6ec-419960c0da53"
authors = ["Marvin Pförtner <[email protected]>"]
version = "0.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
Kronecker = "2c470bb0-bcc8-11e8-3dad-c9649493f05e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
[weakdeps]
CovarianceFunctions = "b3329135-7958-41d4-bb02-e084c5a526bf"
[extensions]
ComputationAwareKalmanCovarianceFunctionsExt = ["CovarianceFunctions"]
[compat]
julia = "1.10"
CovarianceFunctions = "0.2"
Distributions = "0.25"
JLD2 = "0.5"
Kronecker = "0.5"
LinearAlgebra = "1"
Printf = "1"
Random = "1"
Statistics = "1.10"