-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathProject.toml
60 lines (58 loc) · 2.11 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 = "Iris"
uuid = "573aa7f4-91c9-40a8-9c96-241bf90c799c"
authors = ["William R Sweeney <[email protected]>"]
repo = "https://github.com/wrs28/Iris.jl.git"
version = "0.3.1"
[deps]
ArnoldiMethod = "ec485272-7323-5ecc-a04f-4719b315124d"
ArnoldiMethodTransformations = "fede57cc-428a-11e9-3e5c-c149a0a4072d"
Arpack = "7d9fca2a-8960-54d3-9f78-7d1dccf2cb97"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Flatten = "4c728ea3-d9ee-5c9a-9642-b6f7d7dc04fa"
Formatting = "59287772-0a20-5a39-b81b-1366585eb4c0"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
KrylovKit = "0b1a1467-8014-51b9-945f-bf0ae24f4b77"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NLopt = "76087f3c-5699-56af-9a33-bf431cd00edd"
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
NonlinearEigenproblems = "067cfa3b-fa88-53b2-a873-5b23b3a16e31"
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
PolynomialRoots = "3a141323-8675-5d76-9d11-e1df1406c778"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TupleTools = "9d95972d-f1c8-5527-a6e0-b4b365fa01f6"
VoronoiDelaunay = "72f80fcb-8c52-57d9-aff0-40c1a3526986"
[compat]
ArnoldiMethod = "0.0"
ArnoldiMethodTransformations = "0"
Arpack = "0.4"
Documenter = "0.24"
Flatten = "0.2"
Formatting = "0.4"
Interpolations = "0.12"
IterativeSolvers = "0.8"
KrylovKit = "0.4"
LaTeXStrings = "1"
NLopt = "0.5"
NLsolve = "4"
NonlinearEigenproblems = "0.3"
Pardiso = "0.4, 0.5"
PolynomialRoots = "0.2"
ProgressMeter = "1"
RecipesBase = "0.7"
Reexport = "0.2"
Roots = "0.8"
StaticArrays = "0.11"
TupleTools = "1"
VoronoiDelaunay = "0.4"
julia = "1.3"