-
Notifications
You must be signed in to change notification settings - Fork 3
/
Project.toml
59 lines (57 loc) · 2 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
name = "PulseInputDDM"
uuid = "c2542da2-1f7d-11e9-2506-87691095ebb2"
authors = ["Brian DePasquale <bddepasq@bu.edu>"]
version = "0.4.5"
[deps]
BasisFunctionExpansions = "07f847a3-b39a-5451-bea0-0f0f0688aa14"
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Discretizers = "6e83dbb3-75ca-525b-8ae2-3751f0dd50b4"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
Flatten = "4c728ea3-d9ee-5c9a-9642-b6f7d7dc04fa"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
HypothesisTests = "09f84164-cd44-5f33-b23f-e6b0d136a0d5"
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MAT = "23992714-dd62-5051-b70f-ba57cb901cac"
Missings = "e1d29d7a-bbdc-5cf2-9ac0-f12de2c33e28"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
PositiveFactorizations = "85a6dd25-e78a-55b7-8502-1745935b8125"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
TaylorSeries = "6aa5eb33-94cf-58f4-a9d0-e4b2c4fc25ea"
[compat]
BasisFunctionExpansions = "1.1.1"
DSP = "0.7.9"
Discretizers = "3.2.3"
Distributed = "1"
Distributions = "0.25.111"
DocStringExtensions = "0.9.3"
Flatten = "0.4.3"
ForwardDiff = "0.10.36"
HypothesisTests = "0.11.0"
ImageFiltering = "0.7.8"
LineSearches = "7.3.0"
LinearAlgebra = "1"
MAT = "0.10.7"
Missings = "1.2.0"
NBInclude = "2.3.1"
Optim = "1.9.4"
Parameters = "0.12.3"
Polynomials = "4.0.11"
PositiveFactorizations = "0.2.4"
PyPlot = "2.11.5"
Random = "1"
SpecialFunctions = "2.4.0"
StatsBase = "0.33.21"
StatsFuns = "1.3.1"
TaylorSeries = "0.18.1"
julia = "1.10"