Skip to content

Commit 2284652

Browse files
committed
remove comment in pyproject related to building against lower numpy versions.
1 parent 0ee4dfb commit 2284652

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ requires = [
99
# numpy requirement for wheel builds for distribution on PyPI - building
1010
# against 2.x yields wheels that are also compatible with numpy 1.x at
1111
# runtime.
12-
# Note that building against numpy 1.x works fine too - users and
13-
# redistributors can do this by installing the numpy version they like and
14-
# disabling build isolation.
1512
"numpy>=2.0.0rc1",
1613
]
1714

0 commit comments

Comments
 (0)