Skip to content

Commit a2507f7

Browse files
committed
use Array API 2024.12
1 parent adf087f commit a2507f7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ test = [
8686
"pytest-sugar",
8787
"pytest-split",
8888
"dpgui",
89-
'array-api-strict>=2,!=2.1.1;python_version>="3.9"',
89+
# to support Array API 2024.12
90+
'array-api-strict>=2.2;python_version>="3.9"',
9091
]
9192
docs = [
9293
"sphinx>=3.1.1",

source/tests/array_api_strict/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55

66
# this is the default version in the latest array_api_strict,
77
# but in old versions it may be 2022.12
8-
array_api_strict.set_array_api_strict_flags(api_version="2023.12")
8+
array_api_strict.set_array_api_strict_flags(api_version="2024.12")

0 commit comments

Comments
 (0)