Skip to content

Commit 266b13b

Browse files
authored
Update numpy version requirement to 2.0.0
1 parent 0b5ce1d commit 266b13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#pyproject.toml
22
[build-system]
33
# Minimum requirements for the build system to execute.
4-
requires = ['setuptools>=45.0,<72.0', 'wheel', 'cython>=3.0,<4.0', 'numpy>=1.25',
4+
requires = ['setuptools>=45.0,<72.0', 'wheel', 'cython>=3.0,<4.0', 'numpy>=2.0.0',
55
"mpi4py>=4.0.3"]

0 commit comments

Comments
 (0)