File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ jobs:
307
307
FOR /F "tokens=* USEBACKQ" %%F IN (`python -c "%SCRIPT%"`) DO (
308
308
SET PACKAGE_VERSION=%%F
309
309
)
310
- SET "TEST_DEPENDENCIES=pytest scipy"
310
+ SET "TEST_DEPENDENCIES=pytest scipy numpy>=1.26 "
311
311
conda install -n ${{ env.TEST_ENV_NAME }} ${{ env.PACKAGE_NAME }}=%PACKAGE_VERSION% %TEST_DEPENDENCIES% python=${{ matrix.python }} -c ${{ env.workdir }}/channel ${{ env.CHANNELS }}
312
312
313
313
- name : Report content of test environment
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ requirements:
20
20
- python
21
21
- setuptools >=77
22
22
- mkl-devel
23
- - mkl-devel 2024.2.* # [py==39]
24
23
- cython
25
24
- numpy-base
26
25
run :
33
32
- pytest -v --pyargs mkl_fft
34
33
requires :
35
34
- pytest
35
+ - numpy >=1.26
36
36
- scipy >=1.10
37
37
imports :
38
38
- mkl_fft
You can’t perform that action at this time.
0 commit comments