Skip to content

Commit 2671d4c

Browse files
h-g-sCopilot
andcommitted
Remove upper version bound on highsbox
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 63c7705 commit 2671d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ numpy = [
4141
"numpy>=1.25,<3",
4242
]
4343
gurobi = ["gurobipy>=10"]
44-
highs = ["highsbox>=1.10.0,<2"]
44+
highs = ["highsbox>=1.10.0"]
4545
test = [
4646
"pytest>=7.4,<9",
4747
"networkx>=2.8.8,<4",

0 commit comments

Comments
 (0)