pythonPackages.scipy_1_3: re-init for ceph

This commit is contained in:
Sarah Brofeldt
2020-07-13 10:55:45 +02:00
parent 4f39f93d8e
commit 7994b94057
2 changed files with 13 additions and 1 deletions
+9
View File
@@ -5902,6 +5902,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