File tree Expand file tree Collapse file tree 2 files changed +219
-1
lines changed Expand file tree Collapse file tree 2 files changed +219
-1
lines changed Original file line number Diff line number Diff line change @@ -51,13 +51,19 @@ Repository = "https://github.com/projectmesa/mesa-frames.git"
51
51
# ──────────────────────────────────────────────────────────────────────────────
52
52
[dependency-groups ]
53
53
54
+ typechecking = [
55
+ " beartype>=0.21.0" ,
56
+ ]
57
+
54
58
test = [
59
+ { include-group = " typechecking" },
55
60
" pytest>=8.3.5" ,
56
61
" pytest-cov>=6.1.1" ,
57
- " beartype>=0.21.0 " ,
62
+
58
63
]
59
64
60
65
docs = [
66
+ { include-group = " typechecking" },
61
67
" mkdocs-material>=9.6.14" ,
62
68
" mkdocs-jupyter>=0.25.1" ,
63
69
" mkdocs-git-revision-date-localized-plugin>=1.4.7" ,
@@ -72,6 +78,7 @@ docs = [
72
78
" autodocsumm>=0.2.14" ,
73
79
" perfplot>=0.10.2" ,
74
80
" seaborn>=0.13.2" ,
81
+ " sphinx-autobuild>=2025.8.25" ,
75
82
]
76
83
77
84
# dev = test ∪ docs ∪ extra tooling
You can’t perform that action at this time.
0 commit comments