Merge pull request #92791 from johanot/ceph-15

ceph: 14.2.10 -> 15.2.4
This commit is contained in:
Florian Klink
2020-07-14 20:10:23 +02:00
committed by GitHub
5 changed files with 56 additions and 33 deletions
+9
View File
@@ -5919,6 +5919,15 @@ in {
});
in if pythonOlder "3.5" then scipy_1_2 else scipy_;
scipy_1_3 = self.scipy.overridePythonAttrs(oldAttrs: rec {
version = "1.3.3";
src = oldAttrs.src.override {
inherit version;
sha256 = "02iqb7ws7fw5fd1a83hx705pzrw1imj7z0bphjsl4bfvw254xgv4";
};
doCheck = false;
});
scikitimage = callPackage ../development/python-modules/scikit-image { };
scikitlearn = let