-
Notifications
You must be signed in to change notification settings - Fork 13
/
Project.toml
28 lines (26 loc) · 1020 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
name = "SimpleHypergraphs"
uuid = "aa4a32ff-dd5d-5357-90e3-e7a9512f0501"
authors = ["Przemysław Szufel <[email protected]>", "Bogumił Kamiński <[email protected]>", "Carmine Spagnuolo <[email protected]>", "Alessia Antelmi <[email protected]>"]
version = "0.2.1"
[deps]
Conda = "8f4d0f93-b110-5947-807f-2305c1781a2d"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Graphs = "86223c79-3864-5bf0-83f7-82e725a168b6"
JSON3 = "0f8b85d8-7281-11e9-16c2-39a750bddbf1"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Conda = "^1.5.0"
DataStructures = "^0.18.0"
JSON3 = "1.0.1"
PyCall = "1.91.2"
Graphs = "^1.4.1"
PyPlot = "2.8.2"
StatsBase = "0.33.0"
StructTypes = "^1.0.1"
julia = "1.0.0"