-
Notifications
You must be signed in to change notification settings - Fork 0
/
Project.toml
33 lines (29 loc) · 1.07 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 = "NoisySignalIntegration"
uuid = "bdbab1c0-76f6-415c-8ec7-0d0463b9bd16"
authors = ["Nils Luettschwager <nluetts@gwdg.de>"]
version = "1.0.0-rc1"
[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
MonteCarloMeasurements = "0987c9cc-fe09-11e8-30f0-b96dd679fdca"
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
[compat]
Distributions = "0.23, 0.24, 0.25"
LsqFit = ">=0.11, <0.16"
MonteCarloMeasurements = "0.9, 1"
Polynomials = "1.0, <5.0"
RecipesBase = "1.0"
StatsBase = "0.33, <0.35"
julia = ">=1.5"
[extras]
NumericalIntegration = "e7bfaba1-d571-5449-8927-abc22e82249b"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "NumericalIntegration", "Revise"]