pythonPackages.scipy_1_3: drop

Versioned attributes in python-packages.nix should be avoided.
This commit is contained in:
Robert Schütz
2021-06-23 11:41:59 +02:00
parent 0a1695b024
commit 0bce48d5b7
-10
View File
@@ -7702,16 +7702,6 @@ in {
scikit-tda = callPackage ../development/python-modules/scikit-tda { };
scipy_1_3 = self.scipy.overridePythonAttrs (oldAttrs: rec {
version = "1.3.3";
src = oldAttrs.src.override {
inherit version;
sha256 = "02iqb7ws7fw5fd1a83hx705pzrw1imj7z0bphjsl4bfvw254xgv4";
};
doCheck = false;
disabled = !isPy3k;
});
scipy_1_4 = self.scipy.overridePythonAttrs (oldAttrs: rec {
version = "1.4.1";
src = oldAttrs.src.override {