Skip to content

Commit a9e6a1f

Browse files
committed
pyproject.toml: add highspy as optional dependency
1 parent 0214136 commit a9e6a1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +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"]
4041
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'"]
4142

4243
[project.urls]
@@ -50,4 +51,4 @@ packages = ["mip"]
5051
"mip.libraries" = ["*.so", "*.dylib", "*.dll"]
5152

5253
[tool.setuptools_scm]
53-
write_to = "mip/_version.py"
54+
write_to = "mip/_version.py"

0 commit comments

Comments
 (0)