Skip to content

Commit a638d9f

Browse files
committed
Added dependencies to toml
1 parent 650052d commit a638d9f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,14 @@ classifiers = [
2323
"Programming Language :: Python :: 3.12",
2424
]
2525
dependencies = [
26-
"numpy"
26+
"numpy",
27+
"community",
28+
"networkx",
29+
"pandas",
30+
"textdistance",
31+
"infomap",
32+
"matplotlib",
33+
"networkx.algorithms.community"
2734
]
2835
description = "Generation and processing of a graph from pairwise similarity measures."
2936
license = {file = "LICENSE"}

0 commit comments

Comments
 (0)