Unverified Commit 93036df4 authored by natsukium's avatar natsukium
Browse files

python3Packages.theano-pymc: mark as broken

theano-pymc is old enough and will no longer be updated
parent cf4f8bfe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -44,5 +44,6 @@ buildPythonPackage rec {
    homepage = "https://github.com/majidaldo/Theano-PyMC";
    license = lib.licenses.asl20;
    maintainers = with lib.maintainers; [ nidabdella ];
    broken = true;
  };
}