Skip to content

Commit ae7c9fc

Browse files
add networkx to project dependencies
1 parent b77158f commit ae7c9fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ requires-python = ">= 3.10, < 3.13"
2727
dependencies = [
2828
"keras >= 3.9",
2929
"matplotlib",
30+
"networkx>=3.4.2",
3031
"numpy >= 1.24, <2.0",
3132
"pandas",
3233
"scipy",

0 commit comments

Comments
 (0)