Skip to content

Commit b00c08f

Browse files
committed
Move towards NetworkX 3.0
1 parent 4b376e2 commit b00c08f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def read(*rnames):
3333
packages=find_namespace_packages(include=["pymathics.*"]),
3434
install_requires=[
3535
"Mathics3>=6.0.0",
36-
"networkx>=2.8.0",
36+
"networkx>=3.0.0",
3737
"pydot",
3838
"matplotlib",
3939
"scipy>=1.10.0",

0 commit comments

Comments
 (0)