python3Packages.scikit-optimize: mark broken

This library has not been updated since Oct 12, 2021 and has not kept up with numpy updates.
This commit is contained in:
natsukium 2023-05-30 22:27:40 +09:00
parent e6b69f6257
commit 172f721a57
No known key found for this signature in database
GPG Key ID: 9EA45A31DB994C53

View File

@ -39,5 +39,6 @@ buildPythonPackage rec {
homepage = "https://scikit-optimize.github.io/";
license = licenses.bsd3;
maintainers = [ maintainers.costrouc ];
broken = true; # It will fix by https://github.com/scikit-optimize/scikit-optimize/pull/1123
};
}