Skip to content

Commit 6c66be9

Browse files
authored
ci: pin array-api-strict to <2.1.1 (#4326)
See #4325. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated dependency constraints for improved reliability. - Expanded testing commands to enhance the testing suite. - Improved setup process with additional installation commands for specific environments. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]>
1 parent 15bb00c commit 6c66be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ test = [
8585
"pytest-sugar",
8686
"pytest-split",
8787
"dpgui",
88-
'array-api-strict>=2;python_version>="3.9"',
88+
# https://github.com/data-apis/array-api-strict/issues/85
89+
'array-api-strict>=2,<2.1.1;python_version>="3.9"',
8990
]
9091
docs = [
9192
"sphinx>=3.1.1",

0 commit comments

Comments
 (0)