1
0
mirror of https://github.com/ROCm/jax.git synced 2025-04-19 21:36:05 +00:00

CI: temporarily pin numpy version for mypy check

This commit is contained in:
Jake VanderPlas 2024-12-09 19:01:46 -08:00
parent 7b5cb56fc9
commit a36af966fd

@ -36,7 +36,7 @@ repos:
- id: mypy
files: (jax/|tests/typing_test\.py)
exclude: jax/_src/basearray.py|jax/numpy/__init__.py # Use pyi instead
additional_dependencies: [types-requests==2.31.0, jaxlib]
additional_dependencies: [types-requests==2.31.0, jaxlib, numpy~=2.1.0]
args: [--config=pyproject.toml]
- repo: https://github.com/mwouts/jupytext