From 6236a034a15bc2ce2b768324b8efb31614d7f1fd Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Tue, 1 Oct 2024 20:38:48 +0200 Subject: [PATCH] numpy>=2.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 24e2245e75f8..58bdce9c5452 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ imageio keras lxml matplotlib -numpy==2.1.1 +numpy>=2.1.1 opencv-python pandas pillow