python3Packages.theano-pymc: mark as broken

theano-pymc is old enough and will no longer be updated
This commit is contained in:
natsukium 2023-05-10 19:35:46 +09:00
parent cf4f8bfe60
commit 93036df43d
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -44,5 +44,6 @@ buildPythonPackage rec {
homepage = "https://github.com/majidaldo/Theano-PyMC";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ nidabdella ];
broken = true;
};
}