Skip to content

Commit b2f45a0

Browse files
Update highsbox requirement from <=1.12.0 to <=1.13.0 (#223)
Updates the requirements on [highsbox](https://github.com/metab0t/highsbox) to permit the latest version. - [Commits](https://github.com/metab0t/highsbox/commits) --- updated-dependencies: - dependency-name: highsbox dependency-version: 1.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 593737c commit b2f45a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
]
2828

2929
[project.optional-dependencies]
30-
highs = ["highsbox<=1.12.0"]
30+
highs = ["highsbox<=1.13.0"]
3131
ipopt = [
3232
"pyoptinterface[nlp]",
3333
"llvmlite<=0.46.0", # Capped to prevent breaking changes in pyoptinterface. See https://github.com/metab0t/PyOptInterface/issues/56
@@ -44,7 +44,7 @@ dev = [
4444
"ipykernel==6.30.1", # add support for jupyter notebooks
4545
# Automatically install as many solvers as possible
4646
# (we don't pin since we want to test against the latest)
47-
"highsbox<=1.12.0",
47+
"highsbox<=1.13.0",
4848
"pyoptinterface[nlp]",
4949
"numpy", # for testing with np.nan, don't pin so that two versions of Python are possible
5050
]

0 commit comments

Comments
 (0)