generated from AlgebraicJulia/AlgebraicTemplate.jl
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Project.toml
55 lines (51 loc) · 1.67 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
name = "ACSets"
uuid = "227ef7b5-1206-438b-ac65-934d6da304b8"
license = "MIT"
authors = ["Owen Lynch <[email protected]>", "Kris Brown <[email protected]>", "Evan Patterson <[email protected]>", "AlgebraicJulia Team"]
version = "0.2.21"
[deps]
AlgebraicInterfaces = "23cfdc9f-0504-424a-be1f-4892b28e2f0c"
Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
CompTime = "0fb5dd42-039a-4ca4-a1d7-89a96eae6d39"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
MLStyle = "d8e11817-5142-5d16-987a-aa16d5891078"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PEG = "12d937ae-5f68-53be-93c9-3a6f997a20a8"
Permutations = "2ae35dd2-176d-5d53-8349-f30d82d94d4f"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructEquality = "6ec83bb0-ed9f-11e9-3b4c-2b04cb4e219c"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
[weakdeps]
XLSX = "fdbf4ff8-1666-58a4-91e7-1b58723a45e0"
nauty_jll = "55c6dc9b-343a-50ca-8ff2-b71adb3733d5"
[extensions]
NautyACSetsExt = "nauty_jll"
XLSXACSetsExt = "XLSX"
[compat]
AlgebraicInterfaces = "0.1.4"
Base64 = "1.9"
CompTime = "0.1"
DataStructures = "0.18"
JSON3 = "1.13.2"
MLStyle = "0.4"
OrderedCollections = "1.6.2"
PEG = "1"
Permutations = "0.4"
Pkg = "1.9"
PrettyTables = "2.2"
Random = "1.9"
Reexport = "1"
SHA = "0.7"
StaticArrays = "1"
StructEquality = "2.1"
StructTypes = "1"
Tables = "1"
XLSX = "0.10"
julia = "1.9"