-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
46 lines (44 loc) · 1.56 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
name = "CATrustRegionMethod"
uuid = "9b9fad45-5422-4e5f-bb86-c82f9426b7bb"
authors = ["Fadi Hamad", "Oliver Hinder"]
version = "0.1.0"
[deps]
ArgParse = "c7e460c6-2fb9-53a9-8c5b-16f535851c63"
CSV = "336ed68f-0bac-5ca0-87d4-7b16caf5d00b"
CUTEst = "1b53aba6-35b6-5f92-a507-53c67d53f819"
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
EnumX = "4e289a0a-7415-4d19-859d-a7e5c4648b56"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
JuliaFormatter = "98e50ef6-434e-11e9-1051-2b60c6c9e899"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
NLPModels = "a4795742-8479-5a88-8948-cc11e1c8c1a6"
NLPModelsJuMP = "792afdf1-32c1-5681-94e0-d7bf7a5df49e"
PDMats = "90014a1f-27ba-587c-ab20-58faa44d9150"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsPlots = "f3b207a7-027a-5e70-b257-86293d7955fd"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
julia = "^1.10.4"
ArgParse = "1.2.0"
CSV = "0.10.14"
CUTEst = "0.13.2"
DataFrames = "1.6.1"
Distributions = "0.25.113"
EnumX = "1.0.4"
JuMP = "1.22.2"
JuliaFormatter = "1.0.59"
MathOptInterface = "1.31.0"
NLPModels = "0.20.0"
NLPModelsJuMP = "0.13.1"
PDMats = "0.11.31"
Plots = "1.40.5"
StatsBase = "0.34.3"
StatsPlots = "0.15.7"