Merge pull request #88476 from veprbl/pr/rivet3

rivet: 2.7.2 -> 3.1.1
This commit is contained in:
Dmitry Kalinkin
2020-05-26 15:52:08 -04:00
committed by GitHub
6 changed files with 34 additions and 68 deletions
+2 -2
View File
@@ -5576,8 +5576,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 { };