rivet: 2.7.2 -> 3.1.1

This commit is contained in:
Dmitry Kalinkin
2020-05-25 01:01:22 -04:00
parent 167e5cc9d7
commit 9a2182eef6
3 changed files with 21 additions and 20 deletions
+2 -2
View File
@@ -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 { };