We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31502ae commit 84a3a59Copy full SHA for 84a3a59
setup.py
@@ -71,7 +71,7 @@ def run(self):
71
"flufl.lock>=3.2,<4",
72
"win-unicode-console>=0.5; sys_platform == 'win32'",
73
"pywin32>=225; sys_platform == 'win32'",
74
- "networkx>=2.1,<2.5",
+ "networkx>=2.1",
75
"pydot>=1.2.4",
76
"speedcopy>=2.0.1; python_version < '3.8' and sys_platform == 'win32'",
77
"dataclasses==0.7; python_version < '3.7'",
0 commit comments