From df1d018f54697ac30f3443c120b56da0d4c631fc Mon Sep 17 00:00:00 2001 From: ucokzeko Date: Fri, 16 Feb 2024 11:45:49 +1100 Subject: [PATCH] FIX: Update numpy version to make it compatible with the pandas version --- surround_cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/surround_cli/requirements.txt b/surround_cli/requirements.txt index 3ad4a5a2..6884b09e 100644 --- a/surround_cli/requirements.txt +++ b/surround_cli/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.23.0 +numpy==1.23.2 pandas==2.2.0 doit==0.31.1 pylint==2.4.3