Skip to content

Commit eb403c2

Browse files
MAINT: Also require numpy<2 in the build dependencies.
1 parent 3692bef commit eb403c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = 'mesonpy'
33
requires = [
44
'meson-python>=0.14.0',
55
'toml',
6-
'numpy',
6+
'numpy<2.0.0',
77
]
88

99
[project]

0 commit comments

Comments
 (0)