forked from thofma/Hecke.jl
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProject.toml
More file actions
42 lines (38 loc) · 1.17 KB
/
Project.toml
File metadata and controls
42 lines (38 loc) · 1.17 KB
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
name = "Hecke"
uuid = "3e1990a7-5d81-5526-99ce-9ba3ff248f21"
version = "0.39.12"
[deps]
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
FLINT_jll = "e134572f-a0d5-539d-bddf-3cad8db41a82"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Nemo = "2edaba10-b0f1-5616-af89-8c11ac63239a"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RandomExtensions = "fb686558-2515-59ef-acaa-46db3789a887"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
[weakdeps]
GAP = "c863536a-3901-11e9-33e7-d5cd0df7b904"
Polymake = "d720cf60-89b5-51f5-aff5-213f193123e7"
[extensions]
GAPExt = "GAP"
PolymakeExt = "Polymake"
[compat]
AbstractAlgebra = "0.48.2"
Artifacts = "1.10"
Dates = "1.10"
Distributed = "1.10"
FLINT_jll = "~301.400.001"
GAP = "0.13, 0.14, 0.15, 0.16"
LinearAlgebra = "1.10"
Nemo = "0.54.0"
Pkg = "1.10"
Polymake = "0.10, 0.11, 0.12, 0.13"
Printf = "1.10"
Random = "1.10"
RandomExtensions = "0.4.3"
SparseArrays = "1.10"
julia = "1.10"