Skip to content

Commit 900490a

Browse files
committed
Remove mesa dependency from dev group and add it to docs group
1 parent 25d09f4 commit 900490a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ docs = [
7979
"perfplot>=0.10.2",
8080
"seaborn>=0.13.2",
8181
"sphinx-autobuild>=2025.8.25",
82+
"mesa>=3.2.0",
8283
]
8384

8485
# dev = test ∪ docs ∪ extra tooling
@@ -88,7 +89,6 @@ dev = [
8889
"numba>=0.60.0",
8990
"ruff>=0.11.12",
9091
"pre-commit>=4.2.0",
91-
"mesa>=3.2.0",
9292
]
9393

9494

0 commit comments

Comments
 (0)