python2Packages.bayesian-optimization: remove
This commit is contained in:
parent
c999bcbf89
commit
989698944e
@ -5,11 +5,13 @@
|
|||||||
, scikitlearn
|
, scikitlearn
|
||||||
, scipy
|
, scipy
|
||||||
, pytest
|
, pytest
|
||||||
|
, isPy27
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "bayesian-optimization";
|
pname = "bayesian-optimization";
|
||||||
version = "1.2.0";
|
version = "1.2.0";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "fmfn";
|
owner = "fmfn";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user