From 34f1c238637aff1be46b365846a86cfb8cb5ba3a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 17 Nov 2025 15:20:06 -0800 Subject: [PATCH] Pin numpy to latest version 2.3.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 84c519d..2a1ec39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ filelock==3.0.12 -numpy>=1.18.2,<2 +numpy==2.3.5 pydantic==1.4 pyyaml==5.3.1 typing-extensions==3.7.4.2