Skip to content

Commit 9082252

Browse files
committed
Fix highspy version in pyproject.toml (again)
1 parent f425cb3 commit 9082252

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
@@ -37,7 +37,7 @@ dependencies = ["cffi==1.15.*"]
3737
[project.optional-dependencies]
3838
numpy = ["numpy==1.24.*; python_version >= '3.8'", "numpy==1.21.6; python_version == '3.7'"]
3939
gurobi = ["gurobipy>=8"]
40-
highs = ["highspy>=1.5.0dev"]
40+
highs = ["highspy>=1.5.0dev0"]
4141
test = ["pytest==7.2.0", "networkx==2.8.8; python_version >= '3.8'", "networkx==2.6.3; python_version == '3.7'", "matplotlib==3.6.2; python_version >= '3.8'", "matplotlib==3.5.3; python_version == '3.7'"]
4242

4343
[project.urls]

0 commit comments

Comments
 (0)