-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathProject.toml
38 lines (36 loc) · 1.24 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
name = "SCF"
uuid = "6d1ec750-0562-11e9-273f-e1a7ef9cf2ad"
authors = ["Stefanos Carlström <[email protected]>"]
version = "0.1.0"
[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Crayons = "a8cc5b0e-0ffa-5ad4-8c14-923d3ee1735f"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
IntervalSets = "8197267c-284f-5f27-9208-e0e47529a953"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SolverTraces = "619b3e1a-df4a-11e8-3b0b-a997e0925a8d"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
UnicodeFun = "1cfade01-22cf-5700-b092-accc4b62d6e1"
[compat]
ArnoldiMethod = "0.2"
BandedMatrices = "0.16, 0.17"
Compat = "3.27"
Crayons = "4.0"
Formatting = "0.4"
IntervalSets = "0.5"
IterativeSolvers = "0.9"
LineSearches = "7"
Optim = "1.3"
PrettyTables = "0.12,1.0"
Roots = "1.0"
SolverTraces = "0.1"
UnicodeFun = "0.4"
julia = "1.5"