-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathProject.toml
45 lines (41 loc) · 1.66 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
name = "SimpleGraphs"
uuid = "55797a34-41de-5266-9ec1-32ac4eb504d3"
version = "0.8.6"
[deps]
AbstractLattices = "398f06c4-4d28-53ec-89ca-5b2656b7603d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LightXML = "9c8b4983-aa76-5018-a973-4c85ecc9e179"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Primes = "27ebfcd6-29c5-5fa9-bf4b-fb8fc14df3ae"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SimplePartitions = "ec83eff0-a5b5-5643-ae32-5cbf6eedec9d"
SimpleRandom = "a6525b86-64cd-54fa-8f65-62fc48bdc0e8"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
SimplePolynomials = "cc47b68c-3164-5771-a705-2bc0097375a0"
LinearAlgebraX = "9b3f67b0-2d00-526e-9884-9e4938f8fb88"
RingLists = "286e9d63-9694-5540-9e3c-4e6708fa07b2"
[compat]
julia = "1"
AbstractLattices = "0.1, 0.2, 0.3"
DataStructures = "0.9, 0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16, 0.17, 0.18"
IterTools = "1"
LightXML = "0.7, 0.8, 0.9"
Optim = "0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 1"
Primes = "0.4, 0.5"
SimplePartitions = "0.0.1, 0.1, 0.2, 0.3"
SimpleRandom = "0.1, 0.2, 0.3"
Combinatorics = "1"
SimplePolynomials = "0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.1, 0.2"
LinearAlgebraX = "0.1, 0.2"
RingLists = "0.1, 0.2"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Pkg", "LinearAlgebra", "SparseArrays", "Test"]