Skip to content

Commit aed9652

Browse files
committed
fix: remnant pyproject changes
1 parent 1fde3ea commit aed9652

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

pyproject.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"tqdm",
3838
"deprecation",
3939
"packaging",
40+
"pyoptinterface>=0.5.1",
4041
]
4142

4243
[project.urls]
@@ -59,7 +60,7 @@ docs = [
5960
"nbsphinx-link==1.3.0",
6061
"docutils<0.21",
6162
"numpy<2",
62-
"gurobipy>=13",
63+
"gurobipy==11.0.2",
6364
"ipykernel==6.29.5",
6465
"matplotlib==3.9.1",
6566
"highspy>=1.7.1",
@@ -184,8 +185,3 @@ ignore = [
184185
[tool.ruff.lint.flake8-tidy-imports]
185186
# Disallow all relative imports.
186187
ban-relative-imports = "all"
187-
188-
[dependency-groups]
189-
dev = [
190-
"pypsa>=0.35.2",
191-
]

0 commit comments

Comments
 (0)