Skip to content

Commit e6c3a1f

Browse files
committed
chore(docs): remove np.bool_ nitpick.
The `uv.lock` now requires a numpy version greater than 2.0, so we no longer need to ignore this nitpick.
1 parent eb103a9 commit e6c3a1f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

documentation/source/conf.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@
182182
("py:class", "jax._src.typing.SupportsDType"),
183183
("py:class", "'n d'"),
184184
("py:class", "'n p'"),
185-
# TODO: Remove once no longer supporting Numpy < 2
186-
# https://github.com/gchq/coreax/issues/674
187-
("py:class", "numpy.bool_"),
188185
("py:class", "equinox._module.Module"),
189186
("py:class", "coreax.coreset._Data"),
190187
("py:obj", "coreax.coreset._TPointsData"),

0 commit comments

Comments
 (0)