From a7f40b54e5efc0aed28ba706c771e7cbe63800ab Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 17 Jun 2024 17:06:42 -0700 Subject: [PATCH] add numpy<2.0.0 to requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 70bf4e3ba..6d39d4295 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -numpy +numpy<2.0.0 Cython