Merge pull request #235003 from natsukium/scikit-optimize/broken

python3Packages.scikit-optimize: mark broken
This commit is contained in:
Doron Behar 2023-06-29 09:13:40 +00:00 committed by GitHub
commit 38b7db22f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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