Skip to content

Commit 1743f2c

Browse files
Merge pull request jax-ml#25371 from jakevdp:mypy-numpy-version
PiperOrigin-RevId: 704504407
2 parents 7b5cb56 + a36af96 commit 1743f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- id: mypy
3737
files: (jax/|tests/typing_test\.py)
3838
exclude: jax/_src/basearray.py|jax/numpy/__init__.py # Use pyi instead
39-
additional_dependencies: [types-requests==2.31.0, jaxlib]
39+
additional_dependencies: [types-requests==2.31.0, jaxlib, numpy~=2.1.0]
4040
args: [--config=pyproject.toml]
4141

4242
- repo: https://github.com/mwouts/jupytext

0 commit comments

Comments
 (0)