Skip to content

Commit ba5449c

Browse files
committed
Adding scipy to dependencies
1 parent 9ea869d commit ba5449c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ classifiers = [
1111
"Operating System :: OS Independent",
1212
]
1313

14-
dependencies = ["networkx>=3.3", "openpyxl>=3.1", "matplotlib>=3.9"]
14+
dependencies = [
15+
"networkx>=3.3",
16+
"openpyxl>=3.1",
17+
"matplotlib>=3.9",
18+
"scipy>=1.14",
19+
]
1520

1621
[project.optional-dependencies]
1722
test = ["black==21.9b0", "pytest==8.3"]

0 commit comments

Comments
 (0)