Skip to content

Commit c352e57

Browse files
ekomarovandgrigorian
authored andcommitted
Add scipy restriction
1 parent 669311a commit c352e57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

conda-recipe/meta.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ test:
3434
- pytest -v --pyargs mkl_fft
3535
requires:
3636
- pytest
37-
- scipy >=1.10
37+
# This is a temporary python restriction
38+
- scipy >=1.10 # [py<314]
3839
imports:
3940
- mkl_fft
4041
- mkl_fft.interfaces

0 commit comments

Comments
 (0)