From 6ded4429533275eb075b4fe978b02f5f31e956e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Apr 2026 08:32:39 +0000 Subject: [PATCH] Update scipy requirement from <2.0,>=1.0 to >=1.13.1,<2.0 Updates the requirements on [scipy](https://github.com/scipy/scipy) to permit the latest version. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.0.0...v1.13.1) --- updated-dependencies: - dependency-name: scipy dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 66c5126f..9105447d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ MDAnalysis >=2.0, <2.1 numpy >=1.15, <2.0 psutil >=5.0, <8.0 pyedr >=0.1, <1.0 -scipy >=1.0, <2.0 +scipy >=1.13.1, <2.0