-
Notifications
You must be signed in to change notification settings - Fork 11
/
Project.toml
57 lines (51 loc) · 1.68 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
name = "CodingTheory"
uuid = "7ca085cf-10e4-43da-ad7d-8f62f68877b3"
authors = ["Eric Sabo <[email protected]>", "Ben Ide <[email protected]>"]
version = "0.1.0"
[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
CairoMakie = "13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
GraphMakie = "1ecd5474-83a3-4783-bb4f-06765db800d2"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
NetworkLayout = "46757867-2c16-5918-afeb-47bfcb05e46a"
Oscar = "f1435218-dba5-11e9-1e4d-f1a5fab5fc13"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
WGLMakie = "276b4fcb-3e11-5398-bf8b-a0c2d153d008"
[weakdeps]
GLPK = "60bf3e95-4087-53dc-ae20-288a0d20c6a6"
JLD2 = "033835bb-8acc-5ee8-8aae-3f567f8a3819"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
[extensions]
JLD2Ext = "JLD2"
JuMPExt = ["JuMP", "GLPK"]
[compat]
julia = "≥ 1.9"
AutoHashEquals = "2.1.0"
CairoMakie = "0.10.11"
Colors = "0.12.10"
Combinatorics = "1.0.2"
DataStructures = "0.18.15"
FFTW = "1.7.1"
GLMakie = "0.8.11"
GraphMakie = "0.5.6"
GraphPlot = "0.5.2"
Graphs = "1.9.0"
NetworkLayout = "0.4.6"
Oscar = "0.13.0"
Plots = "1.39.0"
StatsBase = "0.34.2"
WGLMakie = "0.8.15"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test", "JLD2"]