diff --git a/pyproject.toml b/pyproject.toml index b8672acc..33bca8b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ docs = [ "gurobipy>=13.0.0", "ipykernel==6.29.5", "matplotlib==3.9.1", - "highspy>=1.7.1", + "highspy>=1.7.1,!=1.14.0", ] dev = [ "pytest", @@ -74,7 +74,7 @@ dev = [ "types-paramiko", "types-requests", "gurobipy", - "highspy", + "highspy!=1.14.0", ] benchmarks = [ "pytest-benchmark", @@ -82,8 +82,8 @@ benchmarks = [ ] solvers = [ "gurobipy", - "highspy>=1.5.0; python_version < '3.12'", - "highspy>=1.7.1; python_version >= '3.12'", + "highspy>=1.5.0,!=1.14.0; python_version < '3.12'", + "highspy>=1.7.1,!=1.14.0; python_version >= '3.12'", "cplex; platform_system != 'Darwin' and python_version < '3.12'", "mosek", "mindoptpy; python_version < '3.12'",