We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5421d5a commit e0eb454Copy full SHA for e0eb454
1 file changed
conda-recipe/meta.yaml
@@ -34,7 +34,8 @@ test:
34
- pytest -v --pyargs mkl_fft
35
requires:
36
- pytest
37
- - scipy >=1.10
+ # This is a temporary python restriction
38
+ - scipy >=1.10 # [py<314]
39
imports:
40
- mkl_fft
41
- mkl_fft.interfaces
0 commit comments