From 75f9a901f3ee471172592ae92d604136e37b6cb6 Mon Sep 17 00:00:00 2001 From: Varun Agrawal Date: Thu, 27 Jun 2024 21:54:50 -0400 Subject: [PATCH] restrict numpy to under v2.0.0 --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 099cc80d6..81193bc55 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1 +1 @@ -numpy>=1.11.0 +numpy~=1.11.0