File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed
Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change 1- blas_impl :
2- - mkl
3- openmp_impl :
4- - llvm-openmp
51python :
62 - 3.8
73 - 3.9
Original file line number Diff line number Diff line change @@ -5,17 +5,11 @@ package:
55source :
66 path : .
77
8- build :
9- number : 0
10- script : " {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv"
11-
128requirements :
139 build :
1410 - numpy
1511 - scipy
1612 - python {{ python }}
17- - {{ blas_impl }}
18- - {{ openmp_impl }}
1913
2014 host :
2115 - pip
@@ -24,23 +18,17 @@ requirements:
2418 - cython
2519 - numpy
2620 - scipy
27- - {{ blas_impl }}
28- - {{ openmp_impl }}
2921
3022 run :
3123 - python
3224 - numpy
3325 - scipy
3426 - tqdm
35- - {{ blas_impl }}
36- - {{ openmp_impl }}
3727
3828test :
3929 requires :
4030 - numpy
4131 - scipy
42- - {{ blas_impl }}
43- - {{ openmp_impl }}
4432 - setuptools
4533 - pytest
4634 source_files :
You can’t perform that action at this time.
0 commit comments