From 8f4eec0dc1d036c4f8f7af79f5371c190e0232e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 13:50:16 +0000 Subject: [PATCH] chore(deps): update dependency scipy to v1.17.1 --- 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..6a5b51cd 100644 --- a/requirements-python311.txt +++ b/requirements-python311.txt @@ -1,7 +1,7 @@ # Used by the library # (taken from Sumac Open edX version) numpy==1.26.4 -scipy==1.14.1 +scipy==1.17.1 pyparsing==3.2.0 # For testing diff --git a/requirements-python38.txt b/requirements-python38.txt index a71ff2d6..6186197b 100644 --- a/requirements-python38.txt +++ b/requirements-python38.txt @@ -1,7 +1,7 @@ # Used by the library # (taken from Redwood Open edX version) numpy==1.24.4 -scipy==1.10.1 +scipy==1.17.1 pyparsing==3.1.2 # For testing