Merge pull request #231050 from natsukium/python3Packages.theano-pymc/broken

python3Packages.theano-pymc: mark as broken
This commit is contained in:
Weijia Wang 2023-05-10 15:16:47 +03:00 committed by GitHub
commit a7708e6f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}