Skip to content

Commit abd3bad

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

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

pyproject.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ docs = [
5959
"nbsphinx-link==1.3.0",
6060
"docutils<0.21",
6161
"numpy<2",
62-
"gurobipy>=13",
62+
"gurobipy==11.0.2",
6363
"ipykernel==6.29.5",
6464
"matplotlib==3.9.1",
6565
"highspy>=1.7.1",
@@ -184,8 +184,3 @@ ignore = [
184184
[tool.ruff.lint.flake8-tidy-imports]
185185
# Disallow all relative imports.
186186
ban-relative-imports = "all"
187-
188-
[dependency-groups]
189-
dev = [
190-
"pypsa>=0.35.2",
191-
]

0 commit comments

Comments
 (0)