python3Packages.optuna: mark as broken.

This doesn't compile. It's also very out-of-date (over a year old), and
has been broken by various library upgrades as well.
This commit is contained in:
Luke Granger-Brown 2021-01-10 20:58:24 +00:00
parent 7d9d1c5f15
commit c0450301b4

View File

@ -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;