We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6b51f0 commit 0ded60eCopy full SHA for 0ded60e
conda_build_config.yaml
@@ -1,3 +1,7 @@
1
+blas_impl:
2
+ - mkl
3
+openmp_impl:
4
+ - llvm-openmp
5
python:
6
- 3.8
7
- 3.9
@@ -14,6 +18,4 @@ numpy:
14
18
- 2.1
15
19
zip_keys:
16
20
- python
17
- - numpy
-blas_impl:
- - openblas
21
+ - numpy
meta.yaml
@@ -23,19 +23,22 @@ requirements:
23
- numpy
24
- scipy
25
- {{ blas_impl }}
26
+ - {{ openmp_impl }}
27
28
run:
29
30
31
32
- tqdm
33
34
35
36
test:
37
requires:
38
39
40
41
42
- setuptools
43
- pytest
44
source_files:
0 commit comments