From 6c66be9bddeea8803c28ed3f44daf0d1877d257d Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Thu, 7 Nov 2024 22:07:23 -0500 Subject: [PATCH] ci: pin array-api-strict to <2.1.1 (#4326) See #4325. ## 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. Signed-off-by: Jinzhe Zeng --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 802e920014..7d64d48e80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",