We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f425cb3 commit 9082252Copy full SHA for 9082252
pyproject.toml
@@ -37,7 +37,7 @@ dependencies = ["cffi==1.15.*"]
37
[project.optional-dependencies]
38
numpy = ["numpy==1.24.*; python_version >= '3.8'", "numpy==1.21.6; python_version == '3.7'"]
39
gurobi = ["gurobipy>=8"]
40
-highs = ["highspy>=1.5.0dev"]
+highs = ["highspy>=1.5.0dev0"]
41
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'"]
42
43
[project.urls]
0 commit comments