From d376db9379b4b59009bc919884b3d06f53ba2e20 Mon Sep 17 00:00:00 2001 From: Marcel Rosier Date: Fri, 22 Aug 2025 11:19:52 +0200 Subject: [PATCH 1/2] Loosen scipy version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e7aa9db..cfd077a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ simpleitk = ">=2.2.1" # registration antspyx = ">=0.5.4, <1.0.0" -scipy = "<1.14" +scipy = "^1.14" # hd-bet reqs From 7c66b64940bac606b388878d4c09b5ea59e1f783 Mon Sep 17 00:00:00 2001 From: Marcel Rosier Date: Fri, 22 Aug 2025 11:20:47 +0200 Subject: [PATCH 2/2] Add 3.13 to test matrix --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4991cf9..4a925c3 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v3