Skip to content

Commit 0b00b8e

Browse files
Relax constraint on numpy during type checking
1 parent fe42655 commit 0b00b8e

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
@@ -32,8 +32,8 @@ repos:
3232
- packaging
3333
- donfig
3434
- numcodecs
35-
- google-crc32c>=1.5
36-
- numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved
35+
- google-crc32c
36+
- numpy
3737
- typing_extensions
3838
- universal-pathlib
3939
- obstore>=0.5.1

0 commit comments

Comments
 (0)