-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProject.toml
60 lines (56 loc) · 2.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
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
60
name = "MonotoneDecomposition"
uuid = "985e57c0-c0fb-4ac0-a7f6-0eae5cf96536"
authors = ["szcf-weiya <[email protected]>"]
version = "0.1.0"
[deps]
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
ECOS = "e2685f51-7e38-5353-a97d-a921fd2c8199"
GLM = "38e38edf-8417-5370-95a0-9cbb8c7f171a"
GaussianProcesses = "891a1506-143c-57d2-908e-e1f8e92e6de9"
GoldfarbIdnaniSolver = "906ccaf3-f60c-4d27-be89-7848ae703cf8"
Gurobi = "2e9cd046-0924-5485-92f1-d5272153d98b"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LaTeXTables = "7a882280-b7a3-40b8-8de0-0a56d356bc86"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MonotoneSplines = "92812004-5f8d-4354-96af-0c8b7c0637d0"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
QuadGK = "1fd47b50-473d-5c70-9696-f719f8f3bcdc"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
SmoothingSplines = "102930c3-cf33-599f-b3b1-9a29a5acab30"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
[compat]
Distributions = "0.25.0 - 0.25.102"
ECOS = "1.1"
GLM = "1.8"
GaussianProcesses = "0.12"
GoldfarbIdnaniSolver = "1.1"
Gurobi = "0.10, 0.11"
JuMP = "1.6"
LaTeXStrings = "1.3"
LaTeXTables = "0.1.2"
MonotoneSplines = "0.1"
Plots = "1.38"
ProgressMeter = "1.7"
QuadGK = "2.6"
RCall = "0.13"
SmoothingSplines = "0.3"
StatsBase = "0.33"
StatsPlots = "0.15"
julia = "1"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
RCall = "6f49c342-dc21-5d91-9882-a32aef131414"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "Plots", "RCall", "LinearAlgebra", "StatsBase", "ProgressMeter"]