From fdfcd3abdf43f8b3553a93e8c53a034effb17c2f Mon Sep 17 00:00:00 2001 From: Justin Laughlin Date: Mon, 24 Jun 2024 13:16:27 -0700 Subject: [PATCH] update requirements so that numpy < 2.0.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 67ab34f6..9cec7b99 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ -numpy >= 1.20.0 +numpy >= 1.20.0, < 2.0.0 numba numba-scipy scipy swig >= 4.1.1 -cmake \ No newline at end of file +cmake