From 703d37ef7991387d4bf0ebc011abf8d8f2233e1d Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 17 Jan 2024 01:19:22 +0100 Subject: [PATCH] Update requirements.txt to `numpy>=1.23.5` (#12641) Signed-off-by: Glenn Jocher --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb5038f981c2..608b34e83b93 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # Base ------------------------------------------------------------------------ gitpython>=3.1.30 matplotlib>=3.3 -numpy>=1.22.2 +numpy>=1.23.5 opencv-python>=4.1.1 Pillow>=10.0.1 psutil # system resources