From 4e0cbc669d7e1036a41b4a424a18ca370c791063 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 15:37:25 +0000 Subject: [PATCH] Update dependency numpy to v2 --- requirements-python311.txt | 2 +- requirements-python38.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-python311.txt b/requirements-python311.txt index 3936aac7..86e2bbbc 100644 --- a/requirements-python311.txt +++ b/requirements-python311.txt @@ -1,6 +1,6 @@ # Used by the library # (taken from Sumac Open edX version) -numpy==1.26.4 +numpy==2.4.5 scipy==1.14.1 pyparsing==3.2.0 diff --git a/requirements-python38.txt b/requirements-python38.txt index a71ff2d6..ec2e14f7 100644 --- a/requirements-python38.txt +++ b/requirements-python38.txt @@ -1,6 +1,6 @@ # Used by the library # (taken from Redwood Open edX version) -numpy==1.24.4 +numpy==2.4.5 scipy==1.10.1 pyparsing==3.1.2