Skip to content

Commit

Permalink
ENH: Require NumPy greater or equal to 1.26.0
Browse files Browse the repository at this point in the history
Require `NumPy` greater or equal to 1.26.0: 1.26.0 is the first release
that supported Python 3.12 and supports versions 3.9-3.12.

Documentation:
https://github.com/numpy/numpy/releases/tag/v1.26.0
  • Loading branch information
jhlegarreta committed Dec 5, 2024
1 parent e36ee38 commit 9431889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Operating System :: MacOS"
]
dependencies = [
"numpy>=1.23.0,<2.0.0",
"numpy>=1.26.0,<2.0.0",
"nibabel>=3.0.0",
"six>=1.10",
"vtk"
Expand Down

0 comments on commit 9431889

Please sign in to comment.