-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
33 lines (29 loc) · 1.02 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
name = "NonstationaryProcesses"
uuid = "7656fb31-40ed-4019-8ece-32bdcc5fce69"
authors = ["brendanjohnharris <[email protected]> and contributors"]
version = "0.1.0"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
NonstationaryProcessesBase = "af5f7d59-81cb-4819-a164-3c52f7fc19dd"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Tullio = "bc48ee85-29a4-5162-ae0b-a64e1601d4bc"
[weakdeps]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
[compat]
DifferentialEquations = "7"
Distributions = "0.24, 0.25"
FFTW = "1"
NonstationaryProcessesBase = "0.2, 0.3"
Reexport = "1.2"
Requires = "1.3"
StaticArrays = "1"
StatsBase = "0.30, 0.31, 0.32, 0.33, 0.34"
Tullio = "0.3"
julia = "1.9"
[extras]
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"