python3Packages.retworkx: 0.3.4 -> 0.4.0
Also compile from source using Rust. Now possible b/c pyo3/maturin work on Rust stable.
This commit is contained in:
@@ -5936,7 +5936,8 @@ in {
|
||||
|
||||
readchar = callPackage ../development/python-modules/readchar { };
|
||||
|
||||
retworkx = callPackage ../development/python-modules/retworkx { };
|
||||
retworkx = disabledIf (pythonOlder "3.5")
|
||||
(toPythonModule (callPackage ../development/python-modules/retworkx { } ));
|
||||
|
||||
rivet = disabledIf (!isPy3k) (toPythonModule (pkgs.rivet.override {
|
||||
python3 = python;
|
||||
|
||||
Reference in New Issue
Block a user