Skip to content

Commit

Permalink
setup: get rid of py2 reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Jan 8, 2020
1 parent e8b0e22 commit ba45c9c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,9 @@ def run(self):
"flufl.lock>=3.2",
"win-unicode-console>=0.5; sys_platform == 'win32'",
"pywin32>=225; sys_platform == 'win32'",
"networkx>=2.1,<2.4",
]

if sys.version_info[0] == 2:
install_requires.append("networkx>=2.1,<2.3")
else:
install_requires.append("networkx>=2.1,<2.4")

# Extra dependencies for remote integrations

Expand Down

0 comments on commit ba45c9c

Please sign in to comment.