Skip to content

Commit

Permalink
python312Packages.bayesian-optimization: 1.5.1 -> 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 21, 2024
1 parent e056730 commit 6c75d22
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "bayesian-optimization";
version = "1.5.1";
version = "2.0.0";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "bayesian-optimization";
repo = "BayesianOptimization";
rev = "refs/tags/v${version}";
hash = "sha256-pDgvdQhlJ5aMRGdi2qXRXVCdJRvrOP/Nr0SSZyHH1WM=";
hash = "sha256-XAO+UeHsOFAmUXqzMY/Iws1E738ZnU4Wz7E4YNIeGKY=";
};

build-system = [ poetry-core ];
Expand Down

0 comments on commit 6c75d22

Please sign in to comment.