python2Packages.bayesian-optimization: remove

This commit is contained in:
freezeboy 2020-11-18 17:39:33 +01:00 committed by Jonathan Ringer
parent c999bcbf89
commit 989698944e

View file

@ -5,11 +5,13 @@
, scikitlearn
, scipy
, pytest
, isPy27
}:
buildPythonPackage rec {
pname = "bayesian-optimization";
version = "1.2.0";
disabled = isPy27;
src = fetchFromGitHub {
owner = "fmfn";