python3Packages.pymc3: mark as broken

Several dependencies are missing and finally, this version requires
the theano-pymc3 Python package, which is currently not packaged.
This commit is contained in:
Simeon Carstens 2022-01-20 19:51:13 +01:00
parent 7ad9c13163
commit 61642e8b06

View File

@ -68,5 +68,8 @@ buildPythonPackage rec {
homepage = "https://github.com/pymc-devs/pymc3";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ ilya-kolpakov ];
# several dependencies are not declared and in the end it requires theano-pymc3
# instead of Theano. The former is currently not packaged.
broken = true;
};
}