File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 73
73
74
74
- name : Install Python packages
75
75
run : |
76
- python -m pip install numpy cython pytest pytest-xdist pytest-timeout pybind11 mpmath gmpy2 pythran ninja meson click rich-click doit pydevtool pooch hypothesis array-api-strict
76
+ python -m pip install numpy cython pytest pytest-xdist pytest-timeout pybind11 mpmath gmpy2 pythran ninja meson click rich-click doit pydevtool pooch hypothesis array-api-strict==2.1.0
77
77
78
78
- name : Install PyTorch CPU
79
79
run : |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ dependencies:
29
29
- pytest-timeout
30
30
- asv >=0.6
31
31
- hypothesis
32
- - array-api-strict
32
+ - array-api-strict<2.1.1
33
33
# For type annotations
34
34
- mypy
35
35
- typing_extensions
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ test = [
83
83
" scikit-umfpack" ,
84
84
" pooch" ,
85
85
" hypothesis>=6.30" ,
86
- " array-api-strict>=2.0" ,
86
+ " array-api-strict>=2.0,<2.1.1 " ,
87
87
" Cython" ,
88
88
" meson" ,
89
89
' ninja; sys_platform != "emscripten"' ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ threadpoolctl
11
11
# scikit-umfpack # circular dependency issues
12
12
pooch
13
13
hypothesis>=6.30
14
- array-api-strict>=2.0
14
+ array-api-strict>=2.0,<2.1.1
15
15
Cython
16
16
meson
17
17
ninja; sys_platform != "emscripten"
You can’t perform that action at this time.
0 commit comments