rivet: 2.7.2 -> 3.1.1
This commit is contained in:
@@ -5579,8 +5579,8 @@ in {
|
||||
|
||||
retworkx = callPackage ../development/python-modules/retworkx { };
|
||||
|
||||
rivet = disabledIf isPy3k (toPythonModule (pkgs.rivet.override {
|
||||
python2 = python;
|
||||
rivet = disabledIf (!isPy3k) (toPythonModule (pkgs.rivet.override {
|
||||
python3 = python;
|
||||
}));
|
||||
|
||||
ripser = callPackage ../development/python-modules/ripser { };
|
||||
|
||||
Reference in New Issue
Block a user