From 668edce3dd8c0ed8dd7b803c66c5f0b330af5ece Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Thu, 27 Feb 2025 11:43:27 +0100 Subject: [PATCH] python312Packages.cvxpy: 1.6.1 -> 1.6.2 Diff: https://github.com/cvxpy/cvxpy/compare/refs/tags/v1.6.1...v1.6.2 Changelog: https://github.com/cvxpy/cvxpy/releases/tag/v1.6.2 --- pkgs/development/python-modules/cvxpy/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/cvxpy/default.nix b/pkgs/development/python-modules/cvxpy/default.nix index 522a3b158c88..afcb1adafd10 100644 --- a/pkgs/development/python-modules/cvxpy/default.nix +++ b/pkgs/development/python-modules/cvxpy/default.nix @@ -16,7 +16,7 @@ scipy, scs, - # checks + # tests hypothesis, pytestCheckHook, @@ -25,14 +25,14 @@ buildPythonPackage rec { pname = "cvxpy"; - version = "1.6.1"; + version = "1.6.2"; pyproject = true; src = fetchFromGitHub { owner = "cvxpy"; repo = "cvxpy"; tag = "v${version}"; - hash = "sha256-r354ShPTMsnCCCTKYH+IbDWIlbPAhg1PqQTWG/sEzWE="; + hash = "sha256-8O6Cw0PkIyCtEIZjutZAUpKpiQnhUWSone27PNKSVlU="; }; # we need to patch out numpy version caps from upstream @@ -77,6 +77,7 @@ buildPythonPackage rec { "test_partial_problem" # cvxpy.error.SolverError: Solver 'CVXOPT' failed. Try another solver, or solve with verbose=True for more information. + # https://github.com/cvxpy/cvxpy/issues/1588 "test_oprelcone_1_m1_k3_complex" "test_oprelcone_1_m3_k1_complex" "test_oprelcone_2"