From c8006ad720d9b816479f9536512d1e33ca84f2a1 Mon Sep 17 00:00:00 2001 From: dnth Date: Fri, 11 Oct 2024 12:34:05 +0800 Subject: [PATCH] update numpy<2 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9808cc0..4113571 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ -numpy +numpy<=2.0.0 rich -requests \ No newline at end of file +requests +loguru \ No newline at end of file