python312Packages.cvxpy: 1.6.1 -> 1.6.2 (#385526)

This commit is contained in:
Sandro
2025-02-27 13:10:33 +01:00
committed by GitHub
@@ -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"