We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c9775f + d4e6d03 commit 35ab0ecCopy full SHA for 35ab0ec
pyproject.toml
@@ -48,10 +48,10 @@ pyink-use-majority-quotes = true
48
49
[build-system]
50
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",
+ # We build against the most recent supported NumPy 2.0 release;
+ # see https://github.com/numpy/numpy/issues/27265
+ "numpy~=2.0",
+ "setuptools~=73.0.1",
55
]
56
build-backend = "setuptools.build_meta"
57
0 commit comments