Skip to content

Commit

Permalink
ci: pin array-api-strict to <2.1.1 (#4326)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
njzjz authored Nov 8, 2024
1 parent 15bb00c commit 6c66be9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ test = [
"pytest-sugar",
"pytest-split",
"dpgui",
'array-api-strict>=2;python_version>="3.9"',
# https://github.com/data-apis/array-api-strict/issues/85
'array-api-strict>=2,<2.1.1;python_version>="3.9"',
]
docs = [
"sphinx>=3.1.1",
Expand Down

0 comments on commit 6c66be9

Please sign in to comment.