Skip to content

Commit 35ab0ec

Browse files
author
The ml_dtypes Authors
committed
Merge pull request #173 from jakevdp:numpy-dep
PiperOrigin-RevId: 667648375
2 parents 6c9775f + d4e6d03 commit 35ab0ec

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)