From 5eb25fb54b70ec0cb16f949289053be091e16705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20L=C3=B3pez=20Antequera?= Date: Sun, 21 Dec 2025 02:34:58 -0800 Subject: [PATCH] Pin to numpy 1.26.X not strictly 1.26 (#348) Summary: Pull Request resolved: https://github.com/facebookresearch/sam3/pull/348 Reviewed By: haithamkhedr Differential Revision: D89182040 Pulled By: mlopezantequera fbshipit-source-id: 73d75c68cb5ec06a645c7c93af44f760bf5b22cc --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 86ae195..9df1b67 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",