Unverified Commit 55860f19 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.tsplib95: fix build (#502403)

parents e2a481b2 43e5df57
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ buildPythonPackage rec {
  '';

  pythonRelaxDeps = [
    "deprecated"
    "networkx"
    "tabulate"
  ];