Unverified Commit 28187dfe authored by Martin Weinelt's avatar Martin Weinelt
Browse files

sage: relax networkx constraint

parent 44615ede
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
, perl
, pkg-config
, sage-setup
, pythonRelaxDepsHook
, gd
, iml
, libpng
@@ -102,6 +103,11 @@ buildPythonPackage rec {
    pip # needed to query installed packages
    pkg-config
    sage-setup
    pythonRelaxDepsHook
  ];

  pythonRelaxDeps = [
    "networkx"
  ];

  buildInputs = [