From 9517ae0bf9a82c7779f4c861a22edb45b440a482 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Sun, 18 May 2025 11:13:57 +0900 Subject: [PATCH] Pin numpy to latest version 2.2.6 --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index fb4d9cdb589ca..7f5a5ca6639fe 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -14,7 +14,7 @@ pytest-localserver PyQt5>=5.15.9 coverage python-dateutil -numpy<2 +numpy==2.2.6 beautifulsoup4>=4.11.2 blosc bottleneck>=1.3.6