From dfae9a0f6ecb7455ca61bf98bc9694592133c8ea Mon Sep 17 00:00:00 2001 From: Eric Kerfoot Date: Mon, 20 Jan 2025 17:06:12 +0000 Subject: [PATCH] Changing Numpy version limit to include 2.x but not a theoretical 3.x Signed-off-by: Eric Kerfoot --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e184322c13..8f59b6f34d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ torch>=1.9 -numpy>=1.24,<2.0 +numpy>=1.24,<3.0