Skip to content

Commit d4e6d03

Browse files
committed
CI: build against the most recent NumPy 2.X release
1 parent 6c9775f commit d4e6d03

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ pyink-use-majority-quotes = true
4848

4949
[build-system]
5050
requires = [
51-
# We must build against NumPy 2.0 for the resulting wheels to
52-
# be compatible with both NumPy 1.X and 2.X.
53-
"numpy~=2.0.0",
54-
"setuptools~=70.1.1",
51+
# We build against the most recent supported NumPy 2.0 release;
52+
# see https://github.com/numpy/numpy/issues/27265
53+
"numpy~=2.0",
54+
"setuptools~=73.0.1",
5555
]
5656
build-backend = "setuptools.build_meta"
5757

0 commit comments

Comments
 (0)