python3Packages.retworkx: init at 0.3.3

Replacement for networkx in qiskit-terra.
This commit is contained in:
Drew Risinger
2020-04-23 18:02:18 -04:00
parent 1940e83201
commit e218af21ab
2 changed files with 61 additions and 0 deletions
+2
View File
@@ -5526,6 +5526,8 @@ in {
readchar = callPackage ../development/python-modules/readchar { };
retworkx = callPackage ../development/python-modules/retworkx { };
rivet = disabledIf isPy3k (toPythonModule (pkgs.rivet.override {
python2 = python;
}));