Skip to content

Commit c82939c

Browse files
committed
Unpin NumPy build requirement
This is so high simply to take advantage of the new backwards-compatibility guarantee in NumPy 1.25, but Fedora will never run against a version different from the one it was built against.
1 parent b85e909 commit c82939c

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

pyproject.toml

+1-12
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,7 @@ requires = [
7676
"meson-python>=0.13.1",
7777
"pybind11>=2.6,!=2.13.3",
7878
"setuptools_scm>=7",
79-
80-
# Comments on numpy build requirement range:
81-
#
82-
# 1. >=2.0.x is the numpy requirement for wheel builds for distribution
83-
# on PyPI - building against 2.x yields wheels that are also
84-
# ABI-compatible with numpy 1.x at runtime.
85-
# 2. Note that building against numpy 1.x works fine too - users and
86-
# redistributors can do this by installing the numpy version they like
87-
# and disabling build isolation.
88-
# 3. The <2.3 upper bound is for matching the numpy deprecation policy,
89-
# it should not be loosened.
90-
"numpy>=2.0.0rc1,<2.3",
79+
"numpy",
9180
]
9281

9382
[tool.meson-python.args]

0 commit comments

Comments
 (0)