forked from mirrors/nixpkgs
Merge pull request #108977 from lukegb/mark-as-broken
This commit is contained in:
commit
8bf14d4a8a
|
@ -84,6 +84,7 @@ buildPythonPackage rec {
|
|||
'';
|
||||
|
||||
meta = with lib; {
|
||||
broken = true; # Dashboard broken, other build failures.
|
||||
description = "A hyperparameter optimization framework";
|
||||
homepage = "https://optuna.org/";
|
||||
license = licenses.mit;
|
||||
|
|
|
@ -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.
|
||||
};
|
||||
}
|
||||
|
|
|
@ -27876,6 +27876,7 @@ in
|
|||
|
||||
mxnet = callPackage ../applications/science/math/mxnet {
|
||||
inherit (linuxPackages) nvidia_x11;
|
||||
stdenv = gcc9Stdenv;
|
||||
};
|
||||
|
||||
wxmaxima = callPackage ../applications/science/math/wxmaxima { wxGTK = wxGTK30; };
|
||||
|
|
Loading…
Reference in a new issue