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.
1 parent 034871d commit 26974d4Copy full SHA for 26974d4
pyproject.toml
@@ -11,7 +11,12 @@ requires = [
11
# 2. Note that building against numpy 1.x works fine too - users and
12
# redistributors can do this by installing the numpy version they like
13
# 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"
+ # 3. The <2.(N+3) upper bound is for matching the numpy deprecation policy,
+ # it should not be loosened more than that.
+ "numpy>=2,<2.5"
17
]
18
+
19
20
+[tool.pytest.ini_options]
21
+addopts = "-l"
22
+filterwarnings = ["error"]
0 commit comments