Skip to content

Commit 84a3a59

Browse files
authored
Remove version restriction from networkx (#5110)
1 parent 31502ae commit 84a3a59

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
@@ -71,7 +71,7 @@ def run(self):
7171
"flufl.lock>=3.2,<4",
7272
"win-unicode-console>=0.5; sys_platform == 'win32'",
7373
"pywin32>=225; sys_platform == 'win32'",
74-
"networkx>=2.1,<2.5",
74+
"networkx>=2.1",
7575
"pydot>=1.2.4",
7676
"speedcopy>=2.0.1; python_version < '3.8' and sys_platform == 'win32'",
7777
"dataclasses==0.7; python_version < '3.7'",

0 commit comments

Comments
 (0)