Skip to content

Commit

Permalink
Merge pull request #3082 from efiop/reqs
Browse files Browse the repository at this point in the history
setup: get rid of py2 reqs
  • Loading branch information
efiop authored Jan 8, 2020
2 parents e8b0e22 + ba45c9c commit fb37cd0
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 fb37cd0

Please sign in to comment.