-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathProject.toml
More file actions
21 lines (19 loc) · 738 Bytes
/
Copy pathProject.toml
File metadata and controls
21 lines (19 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name = "DataAssim"
uuid = "cf87cc76-4620-5dad-9f0a-7411b2d39d18"
keywords = ["data assimilation", "Kalman Filter", "4D-Var"]
license = "LGPL"
desc = "Implementation of various ensemble Kalman Filter data assimilation methods in Julia"
version = "0.4.2"
[deps]
#DIVAnd = "efc8151c-67de-5a8f-9a35-d8f54746ae9d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
#DIVAnd = "2"
Optim = "0.18, 0.19, 0.20, 0.21, 0.22, 1"
julia = "1"