Skip to content

Commit e0eb454

Browse files
committed
Add scipy restriction
1 parent 5421d5a commit e0eb454

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)