Skip to content

Commit

Permalink
Remove graph_tool dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickOHara committed Jan 11, 2021
1 parent 1809ba6 commit 4716bb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
description="Library of instances for TSP with Profits",
install_requires=[
"pandas>=1.0.0",
"tsplib95",
"graph_tool>=2.37",
"tsplib95>=0.7.1",
],
name="tspwplib",
packages=["tspwplib"],
Expand Down

0 comments on commit 4716bb6

Please sign in to comment.