From 0b00b8e3f5150169e868db6b4e92ebbd92c65820 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:12:23 +0200 Subject: [PATCH] Relax constraint on numpy during type checking --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a213d9c427..c5787991ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,8 +32,8 @@ repos: - packaging - donfig - numcodecs - - google-crc32c>=1.5 - - numpy==2.1 # until https://github.com/numpy/numpy/issues/28034 is resolved + - google-crc32c + - numpy - typing_extensions - universal-pathlib - obstore>=0.5.1