python3Packages.theano: mark as broken

theano is old enough and will no longer be updated
This commit is contained in:
natsukium
2023-05-10 19:26:43 +09:00
parent cf4f8bfe60
commit 4e670ff3ff
@@ -100,5 +100,6 @@ in buildPythonPackage rec {
description = "A Python library for large-scale array computation";
license = licenses.bsd3;
maintainers = [ ];
broken = true;
};
}