-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathProject.toml
More file actions
29 lines (25 loc) · 904 Bytes
/
Project.toml
File metadata and controls
29 lines (25 loc) · 904 Bytes
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
name = "Simplicial"
uuid = "bb1577d6-fed0-5ffd-8131-5296c7c3c7ad"
keywords = ["algebraic topology", "TDA", "Homology"]
license = "MIT"
version = "0.1.2"
[deps]
SparseArrays="2f01184e-e22b-5df5-ae63-d93ebab69eaf"
DelimitedFiles="8bb1440f-4735-579b-a4ab-409b98df4dab"
Combinatorics="861a8166-3701-5b0c-9a16-15d98fcdc6aa"
LightGraphs ="093fc24a-ae57-5d10-9952-331d41423f4d"
PyPlot="d330b81b-6aea-500a-939a-2ce795aea3ee"
IterTools="c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
julia = "1"
Combinatorics= "1.0.1, 1.0.2"
PyPlot= "2.7, 2.9"
LightGraphs = "1.2.0, 1.3.9"
IterTools= "1.3.0, 1.3.9"
[extras]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"