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",