-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathProject.toml
More file actions
65 lines (59 loc) · 2.04 KB
/
Project.toml
File metadata and controls
65 lines (59 loc) · 2.04 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
name = "CodingTheory"
uuid = "7ca085cf-10e4-43da-ad7d-8f62f68877b3"
authors = ["Eric Sabo <elsinc89@gmail.com>", "Ben Ide <ben@bencide.com>"]
version = "0.1.0"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
Hecke = "3e1990a7-5d81-5526-99ce-9ba3ff248f21"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Oscar = "f1435218-dba5-11e9-1e4d-f1a5fab5fc13"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
[weakdeps]
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[extensions]
JLD2Ext = "JLD2"
JuMPExt = ["JuMP", "GLPK"]
MakieExt = ["Makie"]
[compat]
AutoHashEquals = "2.2.0"
CairoMakie = "0.13.1"
Colors = "0.13.0"
Combinatorics = "1.0.2"
DataStructures = "0.18.20"
DocStringExtensions = "0.9.3"
FFTW = "1.8.0"
GLMakie = "0.11.2"
GraphMakie = "0.5.13"
GraphPlot = "0.6.0"
Graphs = "1.12.0"
Makie = "0.19.11"
NetworkLayout = "0.4.9"
Oscar = "1.2.2"
StatsBase = "0.34.4"
WGLMakie = "0.8.15"
julia = "≥ 1.10"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]