Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
]

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