python2Packages.bayesian-optimization: remove
This commit is contained in:
parent
c999bcbf89
commit
989698944e
1 changed files with 2 additions and 0 deletions
|
@ -5,11 +5,13 @@
|
|||
, scikitlearn
|
||||
, scipy
|
||||
, pytest
|
||||
, isPy27
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "bayesian-optimization";
|
||||
version = "1.2.0";
|
||||
disabled = isPy27;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "fmfn";
|
||||
|
|
Loading…
Reference in a new issue