Skip to content

Commit 5b7c145

Browse files
Relax constraint on numpy during type checking
1 parent faec389 commit 5b7c145

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ repos:
3737
- packaging
3838
- donfig
3939
- numcodecs
40-
- google-crc32c>=1.5
41-
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
40+
- google-crc32c
41+
- numpy
4242
- typing_extensions
4343
- universal-pathlib
4444
- obstore>=0.5.1

0 commit comments

Comments
 (0)