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:
parent
7ad9c13163
commit
61642e8b06
@ -68,5 +68,8 @@ buildPythonPackage rec {
|
|||||||
homepage = "https://github.com/pymc-devs/pymc3";
|
homepage = "https://github.com/pymc-devs/pymc3";
|
||||||
license = lib.licenses.asl20;
|
license = lib.licenses.asl20;
|
||||||
maintainers = with lib.maintainers; [ ilya-kolpakov ];
|
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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user