tensorflow-probability: mark as broken
This was broken by the Tensorflow version bump, and is non-trivial to correct - it now depends on dm-tree, which requires some work to build due to a C++ extension which appears to require Bazel to compile.
This commit is contained in:
parent
a67cfc0cdc
commit
4a9066586c
@ -122,9 +122,10 @@ in buildPythonPackage {
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = true; # tf-probability 0.8.0 is not compatible with tensorflow 2.3.2
|
||||
description = "Library for probabilistic reasoning and statistical analysis";
|
||||
homepage = "https://www.tensorflow.org/probability/";
|
||||
license = licenses.asl20;
|
||||
maintainers = with maintainers; [ timokau ];
|
||||
maintainers = with maintainers; []; # This package is maintainerless.
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user