Skip to content

Commit 8e2fc23

Browse files
committed
chore(deps): Relax numpy 1 constraint, test on pre
1 parent 20f028b commit 8e2fc23

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tox.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
strategy:
6868
matrix:
6969
python-version: ["3.9", "3.10", "3.11", "3.12"]
70-
dependencies: [latest] # , pre]
70+
dependencies: [latest, pre]
7171
include:
7272
- python-version: "3.9"
7373
dependencies: min

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ description = "NiTransforms -- Neuroimaging spatial transforms in Python."
2020
license = {text = "MIT License"}
2121
requires-python = ">= 3.9"
2222
dependencies = [
23-
"numpy ~= 1.21",
23+
"numpy >= 1.21",
2424
"scipy >= 1.8",
2525
"nibabel >= 4.0",
2626
"h5py >= 3.9",

0 commit comments

Comments
 (0)