Skip to content

Commit 155e9c1

Browse files
committed
Another attempt
1 parent db01f0c commit 155e9c1

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

conda_build_config.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
blas_impl:
2-
- mkl
3-
openmp_impl:
4-
- llvm-openmp
51
python:
62
- 3.8
73
- 3.9

meta.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,11 @@ package:
55
source:
66
path: .
77

8-
build:
9-
number: 0
10-
script: "{{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vv"
11-
128
requirements:
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

3828
test:
3929
requires:
4030
- numpy
4131
- scipy
42-
- {{ blas_impl }}
43-
- {{ openmp_impl }}
4432
- setuptools
4533
- pytest
4634
source_files:

0 commit comments

Comments
 (0)