From 04c50c7363585ef33aaa3cf5857492cf9de0f612 Mon Sep 17 00:00:00 2001 From: Pratyush Singh Date: Thu, 5 Oct 2023 12:56:51 -0400 Subject: [PATCH] fix: update numpy to 1.21.0 - include numpy 1.26 for newer versions of python --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3872d9f..960c872 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ scikit-learn~=1.2.2 -numpy<=1.20.0 +numpy~=1.21.0 ; python_version <= "3.9" +numpy~=1.26.0 ; python_version > "3.9" pandas~=1.4.3 tabulate matplotlib