Skip to content

Commit ec5ddb1

Browse files
authored
Merge pull request #49 from mu40/numpy-2
Support NumPy 2.
2 parents ca4e263 + 4f62acd commit ec5ddb1

File tree

5 files changed

+33
-328
lines changed

5 files changed

+33
-328
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
[build-system]
2-
# Pinning numpy version to <2.0 due to Numpy 2.0's backwards incompatibility
3-
requires = ['setuptools', 'wheel', 'Cython', 'numpy<2.0']
2+
requires = ['setuptools', 'wheel', 'Cython', 'numpy']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010

1111
requirements = [
12-
'numpy<2.0',
12+
'numpy',
1313
'scipy',
1414
'nibabel>=2.1',
1515
'Pillow',

0 commit comments

Comments
 (0)