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:
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user