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"