-
Notifications
You must be signed in to change notification settings - Fork 1
/
Project.toml
32 lines (28 loc) · 900 Bytes
/
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
name = "InformationInequalities"
uuid = "b4972362-a981-4dc4-9e05-19b54dfae4bc"
authors = ["Nivedita Rethnakar et al."]
version = "0.2.2"
[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
DocumenterTools = "35a29f4d-8980-5a13-9543-d66fff28ecb8"
GraphRecipes = "bd48cda9-67a9-57be-86fa-5b3c104eda73"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
LazySets = "b4f0291d-fe17-52bc-9479-3d1a343d9043"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
[compat]
julia = "1.6.0"
Combinatorics = "1.0.2"
Documenter = "0.27.10"
DocumenterTools = "0.1.13"
GraphRecipes = "0.5.8"
Graphs = "1.5.1"
LaTeXStrings = "1.3.0"
LazySets = "1.53.4"
Plots = "1.25.6"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[targets]
test = ["Test"]