Skip to content

Commit e495aa4

Browse files
authored
Merge pull request #155 from BrainLesion/154-bug-python-313-installs-fail-due-to-too-strict-scipy-version
Loosen scipy version
2 parents d4aaad0 + 7c66b64 commit e495aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
python-version: ["3.10", "3.11", "3.12"]
19+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2020

2121
steps:
2222
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ simpleitk = ">=2.2.1"
5757

5858
# registration
5959
antspyx = ">=0.5.4, <1.0.0"
60-
scipy = "<1.14"
60+
scipy = "^1.14"
6161

6262

6363
# hd-bet reqs

0 commit comments

Comments
 (0)