Skip to content

Commit 3aea939

Browse files
committed
fix: networkx version in pyproject.toml
1 parent 7da3aef commit 3aea939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"fitter~=1.7",
1919
"lifelines~=0.29.0",
2020
"lhsmdu~=1.1",
21-
"networkx~=3.4",
21+
"networkx>=3.4,<3.5",
2222
"numpy~=1.26",
2323
"pandas>=2.1",
2424
"scikit_learn~=1.4",

0 commit comments

Comments
 (0)