python3Packages.bayesian-optimization: format
- set "format = setuptools" - add changelog to meta
This commit is contained in:
parent
2a8c40ef77
commit
64b0112629
1 changed files with 3 additions and 0 deletions
|
@ -12,6 +12,8 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "bayesian-optimization";
|
||||
version = "1.4.3";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
|
@ -37,6 +39,7 @@ buildPythonPackage rec {
|
|||
A Python implementation of global optimization with gaussian processes
|
||||
'';
|
||||
homepage = "https://github.com/bayesian-optimization/BayesianOptimization";
|
||||
changelog = "https://github.com/bayesian-optimization/BayesianOptimization/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.juliendehos ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue