We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fde3ea commit aed9652Copy full SHA for aed9652
pyproject.toml
@@ -37,6 +37,7 @@ dependencies = [
37
"tqdm",
38
"deprecation",
39
"packaging",
40
+ "pyoptinterface>=0.5.1",
41
]
42
43
[project.urls]
@@ -59,7 +60,7 @@ docs = [
59
60
"nbsphinx-link==1.3.0",
61
"docutils<0.21",
62
"numpy<2",
- "gurobipy>=13",
63
+ "gurobipy==11.0.2",
64
"ipykernel==6.29.5",
65
"matplotlib==3.9.1",
66
"highspy>=1.7.1",
@@ -184,8 +185,3 @@ ignore = [
184
185
[tool.ruff.lint.flake8-tidy-imports]
186
# Disallow all relative imports.
187
ban-relative-imports = "all"
-
188
-[dependency-groups]
189
-dev = [
190
- "pypsa>=0.35.2",
191
-]
0 commit comments