From 7a84d1ecba263a04bb8e0ca3deb7120b07317aa0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 20 May 2025 07:14:55 +0200 Subject: [PATCH] chore: bump numpy to 2.2.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cf0802b9a..6f8bac63a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy==2.2.4 +numpy==2.2.6 pandas==2.2.3 bottleneck==1.4.2 numexpr==2.10.2