Skip to content

Commit ed4e31e

Browse files
authored
Pin numpy in mypy to prevent error about new features (#2323)
1 parent f33ac1f commit ed4e31e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ repos:
123123
pass_filenames: false
124124
args: [--config-file=cuda_core/pyproject.toml, cuda_core/cuda/core]
125125
additional_dependencies:
126-
- numpy
126+
- numpy==2.4.2
127127

128128
- repo: https://github.com/rhysd/actionlint
129129
rev: "914e7df21a07ef503a81201c76d2b11c789d3fca" # frozen: v1.7.12

0 commit comments

Comments
 (0)