Skip to content

Commit 26974d4

Browse files
authored
MNT: update maximum numpy version to build against (#473)
1 parent 034871d commit 26974d4

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ requires = [
1111
# 2. Note that building against numpy 1.x works fine too - users and
1212
# redistributors can do this by installing the numpy version they like
1313
# and disabling build isolation.
14-
# 3. The <2.3 upper bound is for matching the numpy deprecation policy,
15-
# it should not be loosened
16-
"numpy>=2,<2.3"
14+
# 3. The <2.(N+3) upper bound is for matching the numpy deprecation policy,
15+
# it should not be loosened more than that.
16+
"numpy>=2,<2.5"
1717
]
18+
19+
20+
[tool.pytest.ini_options]
21+
addopts = "-l"
22+
filterwarnings = ["error"]

0 commit comments

Comments
 (0)