From 1a618c336dd5f39a276344e8f053398b22dad22e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez=20Antequera?= Date: Mon, 15 Dec 2025 11:12:35 +0000 Subject: [PATCH] Pin to numpy 1.26.X not strictly 1.26 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86ae1951..9df1b678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ ] dependencies = [ "timm>=1.0.17", - "numpy==1.26", + "numpy>=1.26,<2", "tqdm", "ftfy==6.1.1", "regex",